full-text-rss/libraries/html5php/HTML5/Exception.php
2015-06-14 02:03:20 +02:00

10 lines
128 B
PHP

<?php
namespace Masterminds\HTML5;
/**
* The base exception for the HTML5 project.
*/
class Exception extends \Exception
{
}