1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Files
archived-php-src/Zend/tests/try/exceptions.inc
2016-05-02 18:48:50 +01:00

7 lines
159 B
PHP

<?php
class Exception1 extends Exception {}
class Exception2 extends Exception {}
class Exception3 extends Exception {}
class Exception4 extends Exception {}