Refactored HttpExceptions.
This commit is contained in:
parent
69e969436d
commit
aadfabd714
27 changed files with 54 additions and 57 deletions
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
namespace PHPCensor\Exception\HttpException;
|
||||
|
||||
use PHPCensor\Exception\HttpException;
|
||||
|
||||
class ServerErrorException extends HttpException
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue