summaryrefslogtreecommitdiff
path: root/src/HTML5/Exception.php
diff options
context:
space:
mode:
authorMatt Butcher <[email protected]>2013-06-28 14:00:23 -0500
committerMatt Butcher <[email protected]>2013-06-28 14:00:23 -0500
commitd554fd0d726387ea622e6af0c84ae9a21ca3951f (patch)
tree69e245778942f69cc6069475ac2e97155e5a1908 /src/HTML5/Exception.php
parenta64d9eda45f78dba2872d4a84bf8c20c42b2fcf8 (diff)
Updated documentation on elements and exception.
Diffstat (limited to 'src/HTML5/Exception.php')
-rw-r--r--src/HTML5/Exception.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/HTML5/Exception.php b/src/HTML5/Exception.php
index fab97d0..aa650a6 100644
--- a/src/HTML5/Exception.php
+++ b/src/HTML5/Exception.php
@@ -1,5 +1,8 @@
<?php
namespace HTML5;
+/**
+ * The base exception for the HTML5 project.
+ */
class Exception extends \Exception {
}