full-text-rss/libraries/html5php/HTML5/Parser/ParseError.php

10 lines
129 B
PHP
Raw Normal View History

2014-09-15 20:24:06 +00:00
<?php
2015-06-14 00:03:20 +00:00
namespace Masterminds\HTML5\Parser;
2014-09-15 20:24:06 +00:00
/**
* Emit when the parser has an error.
*/
2015-06-14 00:03:20 +00:00
class ParseError extends \Exception
{
2014-09-15 20:24:06 +00:00
}