raspisms/descartes/exceptions/DescartesExceptionRouterInvocationError.php
2020-02-18 20:03:32 +01:00

5 lines
121 B
PHP
Executable file

<?php
namespace descartes\exceptions;
class DescartesExceptionRouterInvocationError extends \Exception {};