mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-21 02:53:36 +08:00
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…
x
Reference in New Issue
Block a user