# `Zvex.Error.NotFound`
[🔗](https://github.com/edlontech/zvex/blob/main/lib/zvex/error/not_found.ex#L1)

Error class for not-found errors.

# `exception`

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

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

## Keys

- :errors

# `message`

---

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