<?php namespace BookStack\Exceptions;
use Exception;
class ImageUploadException extends Exception {}