daux.io/libs/Server/NotFoundException.php

8 lignes
117 B
PHP

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