Belp v0.2.2 Belp.SyntaxError exception View Source

An error that is returned or raised when the expression contains a syntax error.

Link to this section Summary

Functions

Callback implementation for Exception.message/1.

Link to this section Types

Link to this type

t()

View Source
t() :: %Belp.SyntaxError{
  __exception__: term(),
  line: pos_integer(),
  token: String.t()
}

Link to this section Functions

Callback implementation for Exception.message/1.