]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/ImageUploadException.php
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / app / Exceptions / ImageUploadException.php
index 205bdd4ff1672ee4af47bd6d57470b8e9ea5dd45..fbc1624226f09d793adc6959357442c4b64e5b40 100644 (file)
@@ -1,6 +1,7 @@
-<?php namespace BookStack\Exceptions;
+<?php
 
+namespace BookStack\Exceptions;
 
-use Exception;
-
-class ImageUploadException extends Exception {}
\ No newline at end of file
+class ImageUploadException extends PrettyException
+{
+}