]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/ImageUploadException.php
Fixed role permission removal bug
[bookstack] / app / Exceptions / ImageUploadException.php
index 205bdd4ff1672ee4af47bd6d57470b8e9ea5dd45..6f4c73037052f304f47ab857d243f29347b2ee16 100644 (file)
@@ -1,6 +1,3 @@
 <?php namespace BookStack\Exceptions;
 
-
-use Exception;
-
-class ImageUploadException extends Exception {}
\ No newline at end of file
+class ImageUploadException extends PrettyException {}
\ No newline at end of file