WooCommerce Code Reference

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

Methods

__construct()

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