aboutsummaryrefslogtreecommitdiff
path: root/app/Exceptions/EntriesGetterException.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-03-07 09:26:35 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-03-07 09:26:35 +0100
commitdfe781c30b2e189d4ba679e70a75d03f261c695c (patch)
tree492759403de8b2ef5b60a0b8dc6f36bed37ac819 /app/Exceptions/EntriesGetterException.php
parent24f6c1eabb4cea941e40307c2f732c0ca384ffd2 (diff)
parent32c439a5d6ae18249ce739a0b859a1c766510d1c (diff)
Merge pull request #804 from aledeg/refactor-exceptions
Refactor exceptions
Diffstat (limited to 'app/Exceptions/EntriesGetterException.php')
-rw-r--r--app/Exceptions/EntriesGetterException.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/Exceptions/EntriesGetterException.php b/app/Exceptions/EntriesGetterException.php
index 5f47c830b..8aace1840 100644
--- a/app/Exceptions/EntriesGetterException.php
+++ b/app/Exceptions/EntriesGetterException.php
@@ -1,7 +1,5 @@
<?php
-class FreshRSS_EntriesGetter_Exception extends Exception {
- public function __construct($message) {
- parent::__construct($message);
- }
+class FreshRSS_EntriesGetter_Exception extends \Exception {
+
}