]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/NotFoundException.php
Update errors.php
[bookstack] / app / Exceptions / NotFoundException.php
index 3c027dc449263a4e535c3cde09e4fcd45058abf4..af85ee4c9a2ffe3768748758946cdade32dc29b5 100644 (file)
@@ -1,7 +1,7 @@
 <?php namespace BookStack\Exceptions;
 
-
-class NotFoundException extends PrettyException {
+class NotFoundException extends PrettyException
+{
 
     /**
      * NotFoundException constructor.
@@ -11,4 +11,4 @@ class NotFoundException extends PrettyException {
     {
         parent::__construct($message, 404);
     }
-}
\ No newline at end of file
+}