raspisms/descartes/exceptions/DescartesException404.php
2019-10-29 18:33:30 +01:00

5 lines
102 B
PHP

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