full-text-rss/libraries/html5php/HTML5/Exception.php

10 lines
128 B
PHP
Raw Normal View History

2014-09-15 20:24:06 +00:00
<?php
2015-06-14 00:03:20 +00:00
namespace Masterminds\HTML5;
2014-09-15 20:24:06 +00:00
/**
* The base exception for the HTML5 project.
*/
2015-06-14 00:03:20 +00:00
class Exception extends \Exception
{
2014-09-15 20:24:06 +00:00
}