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

An error that is returned or raised when a variable used in a expression is undefined.

Summary

Functions

Callback implementation for Exception.message/1.

Types

@type t() :: %Belp.UndefinedVariableError{__exception__: true, var: String.t()}

Functions

Callback implementation for Exception.message/1.