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