Class: UnknownSymbolError

UnknownSymbolError(token)

new UnknownSymbolError(token)

Exception for undefined symbols Thrown when the parser encounters an undefined symbol.
Parameters:
Name Type Description
token Parser.Token The relevant token that led to the exception
Source: