chaperon v0.3.1 Chaperon.Session.RequiredConfigMissingError exception View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Chaperon.Session.RequiredConfigMissingError{
  __exception__: term(),
  config_key: Chaperon.Session.config_key(),
  session: Chaperon.Session.t()
}

Link to this section Functions

Link to this function

message(required_config_missing_error)

View Source
message(t()) :: String.t()

Callback implementation for Exception.message/1.