diff options
Diffstat (limited to 'app/Exceptions/AlreadySubscribedException.php')
| -rw-r--r-- | app/Exceptions/AlreadySubscribedException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Exceptions/AlreadySubscribedException.php b/app/Exceptions/AlreadySubscribedException.php index 3802e7d65..8e2eaa13a 100644 --- a/app/Exceptions/AlreadySubscribedException.php +++ b/app/Exceptions/AlreadySubscribedException.php @@ -1,7 +1,7 @@ <?php declare(strict_types=1); -class FreshRSS_AlreadySubscribed_Exception extends Exception { +class FreshRSS_AlreadySubscribed_Exception extends Minz_Exception { private string $feedName = ''; |
