Cony v0.2.3 Cony.UndefinedVariableError exception View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Cony.UndefinedVariableError{
  __exception__: term(),
  key: Cony.variable_key()
}

Link to this section Functions

Link to this function message(undefined_variable_error) View Source
message(t()) :: String.t()

Callback implementation for Exception.message/1.