Matcha.Trace.Error exception (Matcha v0.1.3) View Source

Error raised when trying to trace calls.

Link to this section Summary

Functions

Callback implementation for Exception.message/1.

Link to this section Types

Specs

t() :: %Matcha.Trace.Error{
  __exception__: term(),
  details: term(),
  problems: Matcha.Error.problems(),
  source: Matcha.Trace.t()
}

Link to this section Functions

Specs

message(t()) :: String.t()

Callback implementation for Exception.message/1.