summaryrefslogtreecommitdiffstats
path: root/service/feedservice.php
diff options
context:
space:
mode:
Diffstat (limited to 'service/feedservice.php')
-rw-r--r--service/feedservice.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/service/feedservice.php b/service/feedservice.php
index e0514b35f..a2eec7883 100644
--- a/service/feedservice.php
+++ b/service/feedservice.php
@@ -147,13 +147,7 @@ class FeedService extends Service {
return $feed;
} catch(FetcherException $ex){
$this->logger->debug($ex->getMessage(), $this->loggerParams);
- throw new ServiceNotFoundException(
- $this->l10n->t(
- 'Can not add feed: URL does not exist, ' .
- 'SSL Certificate can not be validated ' .
- 'or feed has invalid xml'
- )
- );
+ throw new ServiceNotFoundException($ex->getMessage());
}
}