struct

Pars::ParseError

Inherits Struct / Value / Object

A struct containing information about a parse error.

Constructors

new(message : String, context : ParseContext)
Source

Instance methods

context
Source
message
Source
to_s(io : IO)

Same as #inspect(io).

Source