Removes the BadRequestException class added earlier.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
parent
54ca4487fa
commit
81d3bdc168
|
@ -1,14 +0,0 @@
|
||||||
<?php namespace BookStack\Exceptions;
|
|
||||||
|
|
||||||
class BadRequestException extends PrettyException
|
|
||||||
{
|
|
||||||
|
|
||||||
/**
|
|
||||||
* BadRequestException constructor.
|
|
||||||
* @param string $message
|
|
||||||
*/
|
|
||||||
public function __construct($message = 'Bad request')
|
|
||||||
{
|
|
||||||
parent::__construct($message, 400);
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue