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

10 lines
129 B
PHP

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