aboutsummaryrefslogtreecommitdiff
path: root/app/Exceptions/FeedException.php
blob: 49843f3edd8a05f146e3d46938791e5ac3cacbda (plain)
1
2
3
4
5
6
7
<?php

declare(strict_types=1);

class FreshRSS_Feed_Exception extends Exception {

}