Cony v0.2.3 Cony.MissingVariableError exception View Source

Link to this section Summary

Link to this section Types

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

Link to this section Functions

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

Callback implementation for Exception.message/1.