View Source Chaperon.Session.RequiredConfigMissingError exception (chaperon v0.3.1)
Link to this section Summary
Functions
Callback implementation for Exception.message/1
.
Link to this section Types
@type t() :: %Chaperon.Session.RequiredConfigMissingError{ __exception__: true, config_key: Chaperon.Session.config_key(), session: Chaperon.Session.t() }
Link to this section Functions
Callback implementation for Exception.message/1
.
@spec new(Chaperon.Session.config_key(), Chaperon.Session.t()) :: t()