php-censor/src/B8Framework/Exception/HttpException/ServerErrorException.php

8 lines
130 B
PHP
Raw Normal View History

2016-04-12 19:31:39 +02:00
<?php
namespace b8\Exception\HttpException;
use b8\Exception\HttpException;
class ServerErrorException extends HttpException
{
}