summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/HTML5/Parser/ParseError.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/HTML5/Parser/ParseError.php b/src/HTML5/Parser/ParseError.php
index 1744c85..8fc646e 100644
--- a/src/HTML5/Parser/ParseError.php
+++ b/src/HTML5/Parser/ParseError.php
@@ -1,7 +1,8 @@
<?php
+namespace HTML5\Parser;
/**
* When the parser has an error.
*/
-class ParseError extends Exception {
-} \ No newline at end of file
+class ParseError extends \Exception {
+}