summaryrefslogtreecommitdiff
path: root/src/HTML5/Exception.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/HTML5/Exception.php')
-rw-r--r--src/HTML5/Exception.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/HTML5/Exception.php b/src/HTML5/Exception.php
index 9885ae5..8f33126 100644
--- a/src/HTML5/Exception.php
+++ b/src/HTML5/Exception.php
@@ -4,5 +4,6 @@ namespace Masterminds\HTML5;
/**
* The base exception for the HTML5 project.
*/
-class Exception extends \Exception {
+class Exception extends \Exception
+{
}