summaryrefslogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
Diffstat (limited to 'service')
-rw-r--r--service/feedservice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/feedservice.php b/service/feedservice.php
index 6c8d90033..cb8d4f7cc 100644
--- a/service/feedservice.php
+++ b/service/feedservice.php
@@ -161,7 +161,7 @@ class FeedService extends Service {
foreach($feeds as $feed){
try {
$this->update($feed->getId(), $feed->getUserId());
- } catch(ServiceNotFoundException $ex){
+ } catch(\Exception $ex){
$this->logger->debug('Could not update feed ' . $ex->getMessage(),
$this->loggerParams);
}