]>
BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/ImageUploadException.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge pull request #5917 from BookStackApp/copy_references
[bookstack]
/
app
/
Exceptions
/
ImageUploadException.php
diff --git
a/app/Exceptions/ImageUploadException.php
b/app/Exceptions/ImageUploadException.php
index 6f4c73037052f304f47ab857d243f29347b2ee16..fbc1624226f09d793adc6959357442c4b64e5b40 100644
(file)
--- a/
app/Exceptions/ImageUploadException.php
+++ b/
app/Exceptions/ImageUploadException.php
@@
-1,3
+1,7
@@
-<?php
namespace BookStack\Exceptions;
+<?php
-class ImageUploadException extends PrettyException {}
\ No newline at end of file
+namespace BookStack\Exceptions;
+
+class ImageUploadException extends PrettyException
+{
+}