Documentation

UnexpectedTokenException extends SourceException
in package

Thrown if the CSS parsers encounters a token it did not expect

Table of Contents

$iLineNo  : mixed
$sExpected  : mixed
$sFound  : mixed
$sMatchType  : mixed
__construct()  : mixed
getLineNo()  : mixed

Properties

Methods

__construct()

public __construct(mixed $sExpected, mixed $sFound[, mixed $sMatchType = 'literal' ], mixed $iLineNo) : mixed
Parameters
$sExpected : mixed
$sFound : mixed
$sMatchType : mixed = 'literal'
$iLineNo : mixed
Return values
mixed

Search results