raspisms/descartes/exceptions/DescartesException404.php

6 lines
103 B
PHP

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