Zvex.Error.Unknown.Unknown exception (zvex v0.4.0)

Copy Markdown View Source

An error with an unknown or unclassifiable cause.

Summary

Functions

exception(msg)

@spec exception(opts :: Keyword.t()) :: %Zvex.Error.Unknown.Unknown{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  message: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Create an Elixir.Zvex.Error.Unknown.Unknown without raising it.

Keys

  • :message