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

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