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

9 lines
117 B
PHP

<?php
namespace HTML5\Parser;
/**
* Emit when the parser has an error.
*/
class ParseError extends \Exception {
}