php-censor/src/B8Framework/Exception/HttpException/ServerErrorException.php
2017-01-14 16:12:53 +07:00

10 lines
132 B
PHP

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