Version 1
[yaffs-website] / vendor / masterminds / html5 / src / HTML5 / Parser / ParseError.php
diff --git a/vendor/masterminds/html5/src/HTML5/Parser/ParseError.php b/vendor/masterminds/html5/src/HTML5/Parser/ParseError.php
new file mode 100644 (file)
index 0000000..86498a1
--- /dev/null
@@ -0,0 +1,9 @@
+<?php
+namespace Masterminds\HTML5\Parser;
+
+/**
+ * Emit when the parser has an error.
+ */
+class ParseError extends \Exception
+{
+}