0byt3m1n1
Path:
C:
/
wamp64
/
www
/
WaterCat
/
dompdf
/
vendor
/
masterminds
/
html5
/
src
/
HTML5
/
Parser
/
[
Home
]
File: ParseError.php
<?php namespace Masterminds\HTML5\Parser; /** * Emit when the parser has an error. */ class ParseError extends \Exception { }