1
0
Fork 0
mirror of https://github.com/RaspbianFrance/raspisms.git synced 2025-05-01 05:46:28 +02:00
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 {};