Zvex.Error.NotFound.NotFound exception (zvex v0.4.1)

Copy Markdown View Source

The requested resource was not found.

Summary

Functions

exception(msg)

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

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

Keys

  • :message