summaryrefslogtreecommitdiff
path: root/test/HTML5/Parser/EventStackError.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/HTML5/Parser/EventStackError.php')
-rw-r--r--test/HTML5/Parser/EventStackError.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/HTML5/Parser/EventStackError.php b/test/HTML5/Parser/EventStackError.php
new file mode 100644
index 0000000..8465b33
--- /dev/null
+++ b/test/HTML5/Parser/EventStackError.php
@@ -0,0 +1,5 @@
+<?php
+namespace HTML5\Tests\Parser;
+
+class EventStackParseError extends \Exception {
+}