full-text-rss/libraries/html5php/HTML5/Exception.php
2014-09-15 22:24:06 +02:00

9 lines
116 B
PHP

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