summaryrefslogtreecommitdiff
path: root/Zend/tests/try/exceptions.inc
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/try/exceptions.inc')
-rw-r--r--Zend/tests/try/exceptions.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/Zend/tests/try/exceptions.inc b/Zend/tests/try/exceptions.inc
new file mode 100644
index 0000000000..68cb1c62f7
--- /dev/null
+++ b/Zend/tests/try/exceptions.inc
@@ -0,0 +1,6 @@
+<?php
+
+class Exception1 extends Exception {}
+class Exception2 extends Exception {}
+class Exception3 extends Exception {}
+class Exception4 extends Exception {}