1
0
Fork 0
mirror of https://github.com/RaspbianFrance/raspisms.git synced 2025-04-23 18:06:31 +02:00
raspisms/descartes/exceptions/DescartesExceptionRouterUrlGenerationError.php
2020-02-21 03:55:14 +01:00

5 lines
124 B
PHP

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