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

10 lines
129 B
PHP
Raw Normal View History

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