This website requires JavaScript.
Explore
Help
Sign In
colin
/
bookstack
Watch
1
Star
0
Fork
You've already forked bookstack
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
13115ace84
bookstack
/
app
/
Exceptions
/
ImageUploadException.php
8 lines
95 B
PHP
Raw
Normal View
History
Unescape
Escape
Apply fixes from StyleCI
2021-06-26 23:23:15 +08:00
<
?
php
namespace
BookStack\Exceptions
;
Improved image upload error handling and fixed bad user-avatar rewriting
2016-01-17 23:19:26 +08:00
Set /app PHP code to PSR-2 standard Also adde draw.io to attribution list. Closes #649
2018-01-29 00:58:52 +08:00
class
ImageUploadException
extends
PrettyException
{
}