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

Link to this section Summary

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

Link to this function

message(required_config_missing_error)

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

Callback implementation for Exception.message/1.