]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/PrettyException.php
Added tests and translations for dark-mode components
[bookstack] / app / Exceptions / PrettyException.php
index d92acf831f8edf04627fe2dcf3db5e2c830685eb..7fad7df45812e1fc2e75881e50af063b07c23ff5 100644 (file)
@@ -1,5 +1,6 @@
 <?php namespace BookStack\Exceptions;
 
-use Exception;
+class PrettyException extends \Exception
+{
 
-class PrettyException extends Exception {}
\ No newline at end of file
+}