# `Mnemosyne.Errors.Framework.NotFoundError`
[🔗](https://github.com/edlontech/mnemosyne/blob/main/lib/mnemosyne/errors/not_found_error.ex#L1)

Raised when a referenced resource cannot be found.

# `t`

```elixir
@type t() :: %Mnemosyne.Errors.Framework.NotFoundError{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  id: term(),
  path: term(),
  resource: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}
```

# `exception`

```elixir
@spec exception(opts :: Keyword.t()) :: %Mnemosyne.Errors.Framework.NotFoundError{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  id: term(),
  path: term(),
  resource: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}
```

Create an `Elixir.Mnemosyne.Errors.Framework.NotFoundError` without raising it.

## Keys

- :resource
- :id

---

*Consult [api-reference.md](api-reference.md) for complete listing*
