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

An error with an unknown or unclassifiable cause.

# `exception`

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

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

## Keys

- :message

---

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