class LexerError
- LexerError
- Exception
- Reference
- Object
Defined in:
exceptions.crConstructors
Instance Method Summary
Constructor Detail
def self.new(lexer_position : Int32, lexer_value : String, message : String, expression : String | Nil = nil)
#