summaryrefslogtreecommitdiff
path: root/vendor/andreskrey/Readability/ParseException.php
diff options
context:
space:
mode:
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 0000000..646c04a
--- /dev/null
+++ b/vendor/andreskrey/Readability/ParseException.php
@@ -0,0 +1,7 @@
+<?php
+
+namespace andreskrey\Readability;
+
+class ParseException extends \Exception
+{
+}