diff options
Diffstat (limited to 'app/Exceptions/FeedException.php')
| -rw-r--r-- | app/Exceptions/FeedException.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Exceptions/FeedException.php b/app/Exceptions/FeedException.php new file mode 100644 index 000000000..50918ba95 --- /dev/null +++ b/app/Exceptions/FeedException.php @@ -0,0 +1,6 @@ +<?php +class FreshRSS_Feed_Exception extends Exception { + public function __construct ($message) { + parent::__construct ($message); + } +} |
