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

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