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

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