ParseError.php in Zircon Profile 8
Same filename and directory in other branches
Namespace
Masterminds\HTML5\ParserFile
vendor/masterminds/html5/src/HTML5/Parser/ParseError.phpView source
<?php
namespace Masterminds\HTML5\Parser;
/**
* Emit when the parser has an error.
*/
class ParseError extends \Exception {
}
Classes
Name | Description |
---|---|
ParseError | Emit when the parser has an error. |