Vendor packages updated
This commit is contained in:
10
vendor/masterminds/html5/src/HTML5/Parser/ParseError.php
vendored
Normal file
10
vendor/masterminds/html5/src/HTML5/Parser/ParseError.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Masterminds\HTML5\Parser;
|
||||
|
||||
/**
|
||||
* Emit when the parser has an error.
|
||||
*/
|
||||
class ParseError extends \Exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user