aboutsummaryrefslogtreecommitdiff
path: root/app/Exceptions/FeedException.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-31 17:21:20 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-31 17:21:20 +0100
commit105729639bd06c27536bbdd2968873046278d59f (patch)
tree30dcf7e3ae471b30810fb22ed701e0bb7d034fc8 /app/Exceptions/FeedException.php
parentcaf98a6468dcea5ae8c38062e4eb527cb3667db9 (diff)
parentee50df518310d3aee5efb5a0c15548b457d10e7e (diff)
Merge branch 'beta' into hotfixes
Diffstat (limited to 'app/Exceptions/FeedException.php')
-rw-r--r--app/Exceptions/FeedException.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Exceptions/FeedException.php b/app/Exceptions/FeedException.php
index 50918ba95..2433b3964 100644
--- a/app/Exceptions/FeedException.php
+++ b/app/Exceptions/FeedException.php
@@ -1,6 +1,6 @@
<?php
class FreshRSS_Feed_Exception extends Exception {
- public function __construct ($message) {
- parent::__construct ($message);
+ public function __construct($message) {
+ parent::__construct($message);
}
}