8 regels
118 B
PHP
8 regels
118 B
PHP
|
<?php namespace Todaymade\Daux\Server;
|
||
|
|
||
|
use Todaymade\Daux\Exception;
|
||
|
|
||
|
class NotFoundException extends Exception {
|
||
|
|
||
|
}
|