Mercurial > hg > isophonics-drupal-site
view vendor/masterminds/html5/src/HTML5/Parser/ParseError.php @ 9:1fc0ff908d1f
Add another data file
author | Chris Cannam |
---|---|
date | Mon, 05 Feb 2018 12:34:32 +0000 |
parents | 4c8ae668cc8c |
children | 129ea1e6d783 |
line wrap: on
line source
<?php namespace Masterminds\HTML5\Parser; /** * Emit when the parser has an error. */ class ParseError extends \Exception { }