UnexpectedEOFException
extends UnexpectedTokenException
in package
Thrown if the CSS parser encounters end of file it did not expect.
Extends UnexpectedTokenException in order to preserve backwards compatibility.
Table of Contents
- $sExpected : string
- $sFound : string
- $sMatchType : string
- Possible values: literal, identifier, count, expression, search
- __construct() : mixed
Properties
$sExpected
private
string
$sExpected
$sFound
private
string
$sFound
$sMatchType
Possible values: literal, identifier, count, expression, search
private
string
$sMatchType
Methods
__construct()
public
__construct(string $sMessage, int $iLineNo) : mixed
Parameters
- $sMessage : string
- $iLineNo : int
