php-censor/src/B8Framework/Exception/HttpException/ServerErrorException.php
2016-06-23 21:18:41 +06:00

8 lines
130 B
PHP
Executable file

<?php
namespace b8\Exception\HttpException;
use b8\Exception\HttpException;
class ServerErrorException extends HttpException
{
}