fixes
This commit is contained in:
12
vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedEOFException.php
vendored
Normal file
12
vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedEOFException.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Sabberworm\CSS\Parsing;
|
||||
|
||||
/**
|
||||
* Thrown if the CSS parser encounters end of file it did not expect.
|
||||
*
|
||||
* Extends `UnexpectedTokenException` in order to preserve backwards compatibility.
|
||||
*/
|
||||
class UnexpectedEOFException extends UnexpectedTokenException
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user