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

class FreshRSS_Feed_Exception extends Minz_Exception {

}