ExKits.Utils.Exception exception (ex_kits v0.2.8)

View Source

General exception with an optional string, map, or Keyword list stored in exception details

Summary

Types

t()

@type t() :: %ExKits.Utils.Exception{
  __exception__: true,
  details: any(),
  message: String.t() | nil
}

Functions

new(message, details \\ nil)

@spec new(String.t() | nil, any()) :: t()