mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
Improved image upload error handling and fixed bad user-avatar rewriting
This commit is contained in:
6
app/Exceptions/ImageUploadException.php
Normal file
6
app/Exceptions/ImageUploadException.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php namespace BookStack\Exceptions;
|
||||
|
||||
|
||||
use Exception;
|
||||
|
||||
class ImageUploadException extends Exception {}
|
Reference in New Issue
Block a user