diff options
Diffstat (limited to 'app/Exceptions/UnsupportedImageFormatException.php')
| -rw-r--r-- | app/Exceptions/UnsupportedImageFormatException.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Exceptions/UnsupportedImageFormatException.php b/app/Exceptions/UnsupportedImageFormatException.php new file mode 100644 index 000000000..9735cc4d6 --- /dev/null +++ b/app/Exceptions/UnsupportedImageFormatException.php @@ -0,0 +1,6 @@ +<?php +declare(strict_types=1); + +class FreshRSS_UnsupportedImageFormat_Exception extends Minz_Exception { + +} |
