summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions.stub.php
diff options
context:
space:
mode:
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
+{
+}