raspisms/descartes/exceptions/DescartesException404.php
2019-11-08 19:17:07 +01:00

5 lines
103 B
PHP

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