Files
Sentri/vendor/masterminds/html5/src/HTML5/Parser/ParseError.php
2026-07-07 22:49:30 +02:00

11 lines
130 B
PHP

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