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

5 lines
123 B
PHP

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