summaryrefslogtreecommitdiff
path: root/src/HTML5/Exception.php
diff options
context:
space:
mode:
authorAsmir Mustafic <[email protected]>2014-06-11 10:34:56 +0200
committerAsmir Mustafic <[email protected]>2014-06-11 10:34:56 +0200
commite49c45913b9cff66e3ca25a17e98604e18388e1e (patch)
treebe24de17532fd4f0bbef1ac5d57766de1f8eb2de /src/HTML5/Exception.php
parentd6940c3cc8eebd72627d42a0c0b3139f951716f4 (diff)
PSR-2 code style
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
+{
}