raspisms/descartes/exceptions/DescartesExceptionRouterInv...

6 lines
121 B
PHP
Raw Normal View History

2019-10-29 14:57:13 +01:00
<?php
2019-10-29 18:33:30 +01:00
namespace descartes\exceptions;
2019-10-29 14:57:13 +01:00
2019-11-08 19:17:07 +01:00
class DescartesExceptionRouterInvocationError extends \Exception {};
2019-10-29 14:57:13 +01:00