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