Files
farmOS-dev/vendor/masterminds/html5/src/HTML5/Parser/ParseError.php
2024-12-10 15:08:16 +01:00

11 lines
130 B
PHP

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