summaryrefslogtreecommitdiffstats
path: root/fetcher/fetcherexception.php
diff options
context:
space:
mode:
Diffstat (limited to 'fetcher/fetcherexception.php')
-rw-r--r--fetcher/fetcherexception.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/fetcher/fetcherexception.php b/fetcher/fetcherexception.php
index 24600bbef..27dd42f39 100644
--- a/fetcher/fetcherexception.php
+++ b/fetcher/fetcherexception.php
@@ -15,12 +15,12 @@ namespace OCA\News\Fetcher;
class FetcherException extends \Exception {
- /**
- * Constructor
- * @param string $msg the error message
- */
- public function __construct($msg){
- parent::__construct($msg);
- }
+ /**
+ * Constructor
+ * @param string $msg the error message
+ */
+ public function __construct($msg){
+ parent::__construct($msg);
+ }
} \ No newline at end of file