xref: /PHP-7.4/Zend/tests/try/exceptions.inc (revision 5e10735d)
1<?php
2
3class Exception1 extends Exception {}
4class Exception2 extends Exception {}
5class Exception3 extends Exception {}
6class Exception4 extends Exception {}
7