]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/af_readability/init.php
use catchall exception handler for readability
[tt-rss.git] / plugins / af_readability / init.php
index d1b165809ef9217076154406f3db011246b076a3..cccdf8af7da2b484b009eaaaa484f20ed3807ec1 100755 (executable)
@@ -196,7 +196,7 @@ class Af_Readability extends Plugin {
                                        return $r->getContent();
                                }
 
-                       } catch (ParseException $e) {
+                       } catch (Exception $e) {
                                return false;
                        }