1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Improved image upload error handling and fixed bad user-avatar rewriting

This commit is contained in:
Dan Brown
2016-01-17 15:19:26 +00:00
parent 0821672e70
commit bb87401d10
3 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,6 @@
<?php namespace BookStack\Exceptions;
use Exception;
class ImageUploadException extends Exception {}