mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-17 01:42:30 +08:00
Removes the BadRequestException class added earlier.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
@ -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);
|
|
||||||
}
|
|
||||||
}
|
|
Reference in New Issue
Block a user