aboutsummaryrefslogtreecommitdiff
path: root/app/Exceptions/UnsupportedImageFormatException.php
blob: 9735cc4d6b7aa793d3a879f9c32cdce8279cb7c3 (plain)
1
2
3
4
5
6
<?php
declare(strict_types=1);

class FreshRSS_UnsupportedImageFormat_Exception extends Minz_Exception {

}