X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/c6ad16dba657c82512ae495a4a38b99b8cfa9eeb..refs/pull/3391/head:/app/Exceptions/NotifyException.php diff --git a/app/Exceptions/NotifyException.php b/app/Exceptions/NotifyException.php index ced478090..307916db7 100644 --- 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;