]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
54ca448
)
Removes the BadRequestException class added earlier.
author
Abijeet
<redacted>
Sat, 15 Sep 2018 15:38:00 +0000
(21:08 +0530)
committer
Abijeet
<redacted>
Sat, 15 Sep 2018 15:38:00 +0000
(21:08 +0530)
Signed-off-by: Abijeet <redacted>
app/Exceptions/BadRequestException.php
[deleted file]
patch
|
blob
|
history
diff --git
a/app/Exceptions/BadRequestException.php
b/app/Exceptions/BadRequestException.php
deleted file mode 100644
(file)
index
b0353ba
..0000000
--- a/
app/Exceptions/BadRequestException.php
+++ /dev/null
@@
-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);
- }
-}
hide
Morty Proxy
This is a
proxified and sanitized
view of the page, visit
original site
.