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)
.