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