summaryrefslogtreecommitdiff
path: root/ext/intl/php_intl.stub.php
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2021-02-09 22:38:06 +0100
committerMáté Kocsis <kocsismate@woohoolabs.com>2021-02-09 22:38:06 +0100
commit45fa7596dc4247fc8750b4bdb7a57f020997925e (patch)
tree1b36dd2bdedb22ff1b85aff8db287bda5b82118f /ext/intl/php_intl.stub.php
parent57cb01a9277b6e64a68119499d9f9673b45c6184 (diff)
downloadphp-git-45fa7596dc4247fc8750b4bdb7a57f020997925e.tar.gz
Add missing classes to stubs
Diffstat (limited to 'ext/intl/php_intl.stub.php')
-rw-r--r--ext/intl/php_intl.stub.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/intl/php_intl.stub.php b/ext/intl/php_intl.stub.php
index 8600920a01..0a388d786d 100644
--- a/ext/intl/php_intl.stub.php
+++ b/ext/intl/php_intl.stub.php
@@ -2,6 +2,10 @@
/** @generate-function-entries */
+class IntlException extends Exception
+{
+}
+
/* calendar */
/** @param IntlTimeZone|DateTimeZone|string|null $timezone */