struct Pars::ParseError
- Pars::ParseError
- Struct
- Value
- Object
Overview
A struct containing information about a parse error.
Defined in:
pars/parse_error.crConstructors
Instance Method Summary
- #context : Pars::ParseContext
- #message : String
-
#to_s(io : IO)
Same as
#inspect(io)
. -
#to_s
Returns a nicely readable and concise string representation of this object, typically intended for users.