UnexpectedTokenException
extends SourceException
in package
Thrown if the CSS parser encounters a token it did not expect.
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 $sExpected, string $sFound[, string $sMatchType = 'literal' ], int $iLineNo) : mixed
Parameters
- $sExpected : string
- $sFound : string
- $sMatchType : string = 'literal'
- $iLineNo : int
