mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-28 05:42:28 +00:00
6 lines
95 B
PHP
6 lines
95 B
PHP
<?php namespace BookStack\Exceptions;
|
|
|
|
class ImageUploadException extends PrettyException
|
|
{
|
|
|
|
}
|