]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/AuthException.php
Add the "Create Shelf" resp. "Create Book" to the home view
[bookstack] / app / Exceptions / AuthException.php
index c20bb62a00587c9eb7692134356ff421f2ed1321..2ab7d4616e5efe8a2b9f95e71334b7a363fb9f00 100644 (file)
@@ -1,4 +1,6 @@
 <?php namespace BookStack\Exceptions;
 
+class AuthException extends PrettyException
+{
 
-class AuthException extends PrettyException {}
\ No newline at end of file
+}