diff options
Diffstat (limited to 'app/Exceptions/FeedException.php')
| -rw-r--r-- | app/Exceptions/FeedException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Exceptions/FeedException.php b/app/Exceptions/FeedException.php index 343aca5d6..26d042f6f 100644 --- a/app/Exceptions/FeedException.php +++ b/app/Exceptions/FeedException.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); -class FreshRSS_Feed_Exception extends Exception { +class FreshRSS_Feed_Exception extends Minz_Exception { } |
