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

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