View Source Belp.SyntaxError exception (Belp v1.0.0)

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

Summary

Functions

Callback implementation for Exception.message/1.

Types

@type t() :: %Belp.SyntaxError{
  __exception__: true,
  line: pos_integer(),
  token: String.t()
}

Functions

Callback implementation for Exception.message/1.