]> BookStack Code Mirror - bookstack/commitdiff
Removes the BadRequestException class added earlier.
authorAbijeet <redacted>
Sat, 15 Sep 2018 15:38:00 +0000 (21:08 +0530)
committerAbijeet <redacted>
Sat, 15 Sep 2018 15:38:00 +0000 (21:08 +0530)
Signed-off-by: Abijeet <redacted>
app/Exceptions/BadRequestException.php [deleted file]

diff --git a/app/Exceptions/BadRequestException.php b/app/Exceptions/BadRequestException.php
deleted file mode 100644 (file)
index b0353ba..0000000
+++ /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);
-    }
-}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.