PHP Class PhpCss\Exception\Parser

A parse error occurs if certain tokens are expected for further parsing, but none of them are found on the token stream
Inheritance: extends Exception, implements PhpCss\Exception
Show file Open project: ThomasWeinert/PhpCss Class Usage Examples

Protected Properties

Property Type Description
$_expectedTokens array(PhpCss\Scanner\Token) An array of tokens which would have been expected to be found.

Public Methods

Method Description
getExpected ( )

Method Details

getExpected() public method

public getExpected ( )

Property Details

$_expectedTokens protected property

An array of tokens which would have been expected to be found.
protected array(PhpCss\Scanner\Token) $_expectedTokens
return array(PhpCss\Scanner\Token)