File "ParseError.php"

Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/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
{
}