Version 1
[yaffs-website] / vendor / masterminds / html5 / src / HTML5 / Exception.php
diff --git a/vendor/masterminds/html5/src/HTML5/Exception.php b/vendor/masterminds/html5/src/HTML5/Exception.php
new file mode 100644 (file)
index 0000000..8f33126
--- /dev/null
@@ -0,0 +1,9 @@
+<?php
+namespace Masterminds\HTML5;
+
+/**
+ * The base exception for the HTML5 project.
+ */
+class Exception extends \Exception
+{
+}