summaryrefslogtreecommitdiff
path: root/plugins/af_readability/vendor/andreskrey/Readability/ParseException.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-04-17 08:51:17 +0300
committerAndrew Dolgov <[email protected]>2019-04-17 08:51:17 +0300
commitd0a9aeaf80510cdbbf4f4e461798ae9c36ace420 (patch)
tree82c461c28f7933c33f9c2614a5636c5428479f32 /plugins/af_readability/vendor/andreskrey/Readability/ParseException.php
parent6955b2e02d4893fd88009a8162d45b6c8b3514c6 (diff)
move readability library to af_readability/vendor out of global vendor directory
af_redditimgur: use HOOK_GET_FULL_TEXT instead of invoking readability directly
Diffstat (limited to 'plugins/af_readability/vendor/andreskrey/Readability/ParseException.php')
-rw-r--r--plugins/af_readability/vendor/andreskrey/Readability/ParseException.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/af_readability/vendor/andreskrey/Readability/ParseException.php b/plugins/af_readability/vendor/andreskrey/Readability/ParseException.php
new file mode 100644
index 000000000..646c04a37
--- /dev/null
+++ b/plugins/af_readability/vendor/andreskrey/Readability/ParseException.php
@@ -0,0 +1,7 @@
+<?php
+
+namespace andreskrey\Readability;
+
+class ParseException extends \Exception
+{
+}