You are here

ParseError.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 vendor/masterminds/html5/src/HTML5/Parser/ParseError.php

File

vendor/masterminds/html5/src/HTML5/Parser/ParseError.php
View source
<?php

namespace Masterminds\HTML5\Parser;


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

}

Classes

Namesort descending Description
ParseError Emit when the parser has an error.