]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/PermissionsException.php
Update errors.php
[bookstack] / app / Exceptions / PermissionsException.php
index ae4c676d67812d6544c2234a3463c1521fcf0e78..e2a8c53b4bcd927ff912495c16f013162866dc1b 100644 (file)
@@ -1,6 +1,8 @@
 <?php namespace BookStack\Exceptions;
 
-
 use Exception;
 
-class PermissionsException extends Exception {}
\ No newline at end of file
+class PermissionsException extends Exception
+{
+
+}