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 6c0cb3755..abfcbce79 100644 --- a/app/Exceptions/FeedException.php +++ b/app/Exceptions/FeedException.php @@ -1,5 +1,5 @@ <?php -class FreshRSS_Feed_Exception extends \Exception { +class FreshRSS_Feed_Exception extends Exception { } |
