summaryrefslogtreecommitdiff
path: root/plugins/af_readability/vendor/masterminds/html5/src/HTML5/Parser/ParseError.php
blob: 640e516c89e5beeb4cc949c3b3dd1b94d369b7a7 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

namespace Masterminds\HTML5\Parser;

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