Files
simple-php-router/tests/Pecee/SimpleRouter/Dummy/Exception/ExceptionHandlerException.php
2018-03-20 03:38:55 +01:00

5 lines
61 B
PHP

<?php
class ExceptionHandlerException extends \Exception
{
}