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

An unexpected internal error occurred in the native layer.

# `exception`

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

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

## Keys

- :message

---

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