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.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/HTML5/Parser/EventStackError.php b/test/HTML5/Parser/EventStackError.php
index e2d6ba7..e58fdff 100644
--- a/test/HTML5/Parser/EventStackError.php
+++ b/test/HTML5/Parser/EventStackError.php
@@ -1,5 +1,6 @@
<?php
namespace Masterminds\HTML5\Tests\Parser;
-class EventStackParseError extends \Exception {
+class EventStackError extends \Exception
+{
}