raspisms/descartes/exceptions/DescartesException404.php

5 lines
103 B
PHP
Executable file

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