daux.io/libs/Server/NotFoundException.php

8 lines
118 B
PHP

<?php namespace Todaymade\Daux\Server;
use Todaymade\Daux\Exception;
class NotFoundException extends Exception {
}