View Source Loupe.Errors.ParserError exception (Loupe v0.7.0)

An error that occured in the parser's step

Link to this section Summary

Link to this section Types

@type t() :: %Loupe.Errors.ParserError{
  __exception__: true,
  line: integer(),
  message: any()
}