86498a13b78b5951c1cc9ab5d818e48ea90929cd
[yaffs-website] / Parser / ParseError.php
1 <?php
2 namespace Masterminds\HTML5\Parser;
3
4 /**
5  * Emit when the parser has an error.
6  */
7 class ParseError extends \Exception
8 {
9 }