Optium v0.3.0 Optium.OptionInvalidError exception View Source

Raised when option value doesn’t comply to given validator function

Link to this section Summary

Functions

Callback implementation for Exception.exception/1

Callback implementation for Exception.message/1

Link to this section Types

Link to this type t() View Source
t() :: %Optium.OptionInvalidError{__exception__: term, keys: [Optium.key, ...]}

Link to this section Functions

Link to this function exception(args) View Source
exception(keyword) :: Exception.t

Callback implementation for Exception.exception/1.

Callback implementation for Exception.message/1.