8f33126bd49a5e5f78cd515980d008b56eb63269
[yaffs-website] / HTML5 / Exception.php
1 <?php
2 namespace Masterminds\HTML5;
3
4 /**
5  * The base exception for the HTML5 project.
6  */
7 class Exception extends \Exception
8 {
9 }