daux.io/libs/Server/NotFoundException.php

8 lines
117 B
PHP
Raw Normal View History

2015-04-22 12:23:57 +02:00
<?php namespace Todaymade\Daux\Server;
use Todaymade\Daux\Exception;
2015-04-23 00:32:30 +02:00
class NotFoundException extends Exception
{
2015-04-22 12:23:57 +02:00
}