summaryrefslogtreecommitdiff
path: root/src/HTML5/Parser/ParseError.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/HTML5/Parser/ParseError.php')
-rw-r--r--src/HTML5/Parser/ParseError.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/HTML5/Parser/ParseError.php b/src/HTML5/Parser/ParseError.php
new file mode 100644
index 0000000..1744c85
--- /dev/null
+++ b/src/HTML5/Parser/ParseError.php
@@ -0,0 +1,7 @@
+<?php
+
+/**
+ * When the parser has an error.
+ */
+class ParseError extends Exception {
+} \ No newline at end of file