]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/NotifyException.php
Added more complexity in an attempt to make ldap host failover fit
[bookstack] / app / Exceptions / NotifyException.php
index ced4780900669897d2a9a8b18b5791968287613f..307916db7a7e7e3fc5635fd9bf76085854b7439d 100644 (file)
@@ -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;