9 lines
117 B
PHP
9 lines
117 B
PHP
<?php
|
|
namespace HTML5\Parser;
|
|
|
|
/**
|
|
* Emit when the parser has an error.
|
|
*/
|
|
class ParseError extends \Exception {
|
|
}
|