]>
BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/NotifyException.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added control-upon-access of the default favicon.ico file
[bookstack]
/
app
/
Exceptions
/
NotifyException.php
diff --git
a/app/Exceptions/NotifyException.php
b/app/Exceptions/NotifyException.php
index ced4780900669897d2a9a8b18b5791968287613f..307916db7a7e7e3fc5635fd9bf76085854b7439d 100644
(file)
--- a/
app/Exceptions/NotifyException.php
+++ b/
app/Exceptions/NotifyException.php
@@
-11,9
+11,6
@@
class NotifyException extends Exception implements Responsable
public $redirectLocation;
protected $status;
- /**
- * NotifyException constructor.
- */
public function __construct(string $message, string $redirectLocation = '/', int $status = 500)
{
$this->message = $message;