JustBash.Parser.ParseError exception (JustBash v0.3.0)

View Source

Parse error with position information

Summary

Types

t()

@type t() :: %JustBash.Parser.ParseError{
  __exception__: true,
  column: non_neg_integer(),
  line: non_neg_integer(),
  message: String.t(),
  token: any()
}