JustBash.Parser.ParseError exception (JustBash v0.3.0)
View SourceParse error with position information
Summary
Types
@type t() :: %JustBash.Parser.ParseError{ __exception__: true, column: non_neg_integer(), line: non_neg_integer(), message: String.t(), token: any() }