View Source Chaperon.Session.Error 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.Error{
  __exception__: true,
  reason: any(),
  session: Chaperon.Session.t()
}

Link to this section Functions

Callback implementation for Exception.message/1.