mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 01:16:26 +02:00
5 lines
124 B
PHP
Executable file
5 lines
124 B
PHP
Executable file
<?php
|
|
namespace descartes\exceptions;
|
|
|
|
class DescartesExceptionRouterUrlGenerationError extends \Exception {};
|
|
|