summaryrefslogtreecommitdiff
path: root/src/ParseException.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/ParseException.php')
-rw-r--r--src/ParseException.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ParseException.php b/src/ParseException.php
new file mode 100644
index 0000000..335851f
--- /dev/null
+++ b/src/ParseException.php
@@ -0,0 +1,9 @@
+<?php
+
+namespace andreskrey\Readability;
+
+
+class ParseException extends \Exception
+{
+
+}