summaryrefslogtreecommitdiff
path: root/vendor/andreskrey/Readability/ParseException.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-06-20 14:58:09 +0300
committerAndrew Dolgov <[email protected]>2018-06-20 14:58:09 +0300
commit2aaefbfa54447c37a74aaf126f864fac629e9bd5 (patch)
tree971c158cde0e95b7610c0a3d3072c45338cddd7d /vendor/andreskrey/Readability/ParseException.php
parentd00d515320adb57165f7a69bd1c9afc72d51b87f (diff)
update autoloader to consider namespaces for third party libraries: placed and loaded from vendor/namespace/classpath.php
update readability to a newer implementation based on Readability.js (https://github.com/andreskrey/readability.php) add vendor/Psr/Log interface required for the above
Diffstat (limited to 'vendor/andreskrey/Readability/ParseException.php')
-rw-r--r--vendor/andreskrey/Readability/ParseException.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/andreskrey/Readability/ParseException.php b/vendor/andreskrey/Readability/ParseException.php
new file mode 100644
index 000000000..646c04a37
--- /dev/null
+++ b/vendor/andreskrey/Readability/ParseException.php
@@ -0,0 +1,7 @@
+<?php
+
+namespace andreskrey\Readability;
+
+class ParseException extends \Exception
+{
+}