summaryrefslogtreecommitdiff
path: root/src/HTML5/Parser/ParseError.php
blob: 53a08445afda5306654949ff4ecef54eb8e13124 (plain)
1
2
3
4
5
6
7
8
<?php
namespace Masterminds\HTML5\Parser;

/**
 * Emit when the parser has an error.
 */
class ParseError extends \Exception {
}