관리-도구
편집 파일: ParseError.php
<?php namespace Masterminds\HTML5\Parser; /** * Emit when the parser has an error. */ class ParseError extends \Exception { }