control-freak-ide/Control-Freak-Documentation/daux/libs/Server/NotFoundException.php
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

8 lines
117 B
PHP

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