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

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