raspisms/descartes/exceptions/DescartesException404.php
2020-02-18 20:03:32 +01:00

5 lines
103 B
PHP
Executable file

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