aboutsummaryrefslogtreecommitdiff
path: root/app/Exceptions/EntriesGetterException.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Exceptions/EntriesGetterException.php')
-rw-r--r--app/Exceptions/EntriesGetterException.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/Exceptions/EntriesGetterException.php b/app/Exceptions/EntriesGetterException.php
new file mode 100644
index 000000000..eaa330979
--- /dev/null
+++ b/app/Exceptions/EntriesGetterException.php
@@ -0,0 +1,7 @@
+<?php
+
+class FreshRSS_EntriesGetter_Exception extends Exception {
+ public function __construct ($message) {
+ parent::__construct ($message);
+ }
+}