summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions.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 /Zend/zend_exceptions.stub.php
parent57cb01a9277b6e64a68119499d9f9673b45c6184 (diff)
downloadphp-git-45fa7596dc4247fc8750b4bdb7a57f020997925e.tar.gz
Add missing classes to stubs
Diffstat (limited to 'Zend/zend_exceptions.stub.php')
-rw-r--r--Zend/zend_exceptions.stub.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/Zend/zend_exceptions.stub.php b/Zend/zend_exceptions.stub.php
index 11c1d500d3..3df58543ed 100644
--- a/Zend/zend_exceptions.stub.php
+++ b/Zend/zend_exceptions.stub.php
@@ -123,3 +123,7 @@ class ArithmeticError extends Error
class DivisionByZeroError extends ArithmeticError
{
}
+
+class UnhandledMatchError extends Error
+{
+}