class ParseError
- ParseError
- Exception
- Reference
- Object
Defined in:
exceptions.crConstructors
Instance Method Summary
Constructor Detail
def self.new(lex_position : Int32, token_value : String, token_type : String, msg : String = "Invalid jmespath expression", expression : String | Nil = nil)
#