full-text-rss/libraries/html5php/HTML5/Parser/ParseError.php

9 lines
117 B
PHP
Raw Normal View History

2014-09-15 20:24:06 +00:00
<?php
namespace HTML5\Parser;
/**
* Emit when the parser has an error.
*/
class ParseError extends \Exception {
}