« Back to History
ParseError.php
|
20260721_154033.php
Initial Bulk Import
Copy Code
<?php namespace Masterminds\HTML5\Parser; /** * Emit when the parser has an error. */ class ParseError extends \Exception { }