]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/Handler.php
Added "page_include_parse" theme event
[bookstack] / app / Exceptions / Handler.php
index 317b011d87de92f3369d7b1b3a993efacdd1c864..187664f9ef7cf779c9f7e85321975e176f789d42 100644 (file)
@@ -21,6 +21,7 @@ class Handler extends ExceptionHandler
      */
     protected $dontReport = [
         NotFoundException::class,
+        StoppedAuthenticationException::class,
     ];
 
     /**