Class UnexpectedEndOfTokensException
public class UnexpectedEndOfTokensException : ParserException, ISerializable
- Inheritance
-
UnexpectedEndOfTokensException
- Implements
- Inherited Members
Constructors
UnexpectedEndOfTokensException(TokenLocation?, string)
public UnexpectedEndOfTokensException(TokenLocation? location, string message = "Expected a statement")
Parameters
location
TokenLocationmessage
string