class Kaze::ParseError
- Kaze::ParseError
- Exception
- Reference
- Object
Overview
An exception that occured when parsing the source.
Defined in:
parse_error.crConstructors
Instance Method Summary
-
#token : Token
The token at which the error occured.
-
#token=(token : Token)
The token at which the error occured.