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.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/HTML5/Parser/ParseError.php b/src/HTML5/Parser/ParseError.php
index 53a0844..86498a1 100644
--- a/src/HTML5/Parser/ParseError.php
+++ b/src/HTML5/Parser/ParseError.php
@@ -4,5 +4,6 @@ namespace Masterminds\HTML5\Parser;
/**
* Emit when the parser has an error.
*/
-class ParseError extends \Exception {
+class ParseError extends \Exception
+{
}