class Toka::ParseError
- Toka::ParseError
- Toka::Error
- Exception
- Reference
- Object
Overview
Generic parser error, providing the #option
that was tried to match.
Direct Known Subclasses
Defined in:
toka/error.crConstructors
Instance Method Summary
Constructor Detail
def self.new(message, arguments : Array(String), position : Int32, option : Toka::Option)
#