ParseError.php
Namespace
Masterminds\HTML5\ParserFile
-
vendor/
masterminds/ html5/ src/ HTML5/ Parser/ ParseError.php
View source
<?php
namespace Masterminds\HTML5\Parser;
/**
* Emit when the parser has an error.
*/
class ParseError extends \Exception {
}
Classes
Title | Deprecated | Summary |
---|---|---|
ParseError | Emit when the parser has an error. |