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

9 lines
116 B
PHP
Raw Normal View History

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