Jido.VFS.Errors.NotFound exception (Jido.VFS v1.0.0)

View Source

File or resource not found errors

Summary

Functions

Create an Elixir.Jido.VFS.Errors.NotFound without raising it.

Callback implementation for Exception.message/1.

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %Jido.VFS.Errors.NotFound{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  errors: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Create an Elixir.Jido.VFS.Errors.NotFound without raising it.

Keys

  • :errors

message(map)

Callback implementation for Exception.message/1.