summaryrefslogtreecommitdiff
path: root/ext/intl/php_intl.stub.php
diff options
context:
space:
mode:
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 */