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

class FreshRSS_Feed_Exception extends Exception {

}