Added B8Framework to project
This commit is contained in:
parent
166e6d8ac0
commit
550e93747c
100 changed files with 7192 additions and 71 deletions
10
B8Framework/b8/Exception/HttpException/ValidationException.php
Executable file
10
B8Framework/b8/Exception/HttpException/ValidationException.php
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace b8\Exception\HttpException;
|
||||
use b8\Exception\HttpException;
|
||||
|
||||
class ValidationException extends HttpException
|
||||
{
|
||||
protected $errorCode = 400;
|
||||
protected $statusMessage = 'Bad Request';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue