1
0
Fork 0
mirror of https://github.com/RaspbianFrance/raspisms.git synced 2025-05-04 07:16:27 +02:00
raspisms/descartes/exceptions/DescartesExceptionRouterInvocationError.php
2019-10-29 18:33:30 +01:00

5 lines
120 B
PHP

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