File "ParseError.php"
Full Path: /home/ichhrkpd/public_html/idcm/application/third_party/dompdf/vendor/masterminds/html5/src/HTML5/Parser/ParseError.php
File size: 130 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Masterminds\HTML5\Parser;
/**
* Emit when the parser has an error.
*/
class ParseError extends \Exception
{
}