diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2021-02-09 22:38:06 +0100 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2021-02-09 22:38:06 +0100 |
commit | 45fa7596dc4247fc8750b4bdb7a57f020997925e (patch) | |
tree | 1b36dd2bdedb22ff1b85aff8db287bda5b82118f /ext/intl/php_intl.stub.php | |
parent | 57cb01a9277b6e64a68119499d9f9673b45c6184 (diff) | |
download | php-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.php | 4 |
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 */ |