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

Error class for internal/system errors.

# `exception`

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

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

## Keys

- :errors

# `message`

---

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