summaryrefslogtreecommitdiff
path: root/src/HTML5/Exception.php
blob: 9885ae5308be352f313f7888ad30a5e69ef4ceec (plain)
1
2
3
4
5
6
7
8
<?php
namespace Masterminds\HTML5;

/**
 * The base exception for the HTML5 project.
 */
class Exception extends \Exception {
}