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

An error that occured in the lexer's step

Link to this section Summary

Link to this section Types

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