# `Dsxir.Errors.Unknown.Unknown`

Splode fallback for errors that cannot be classified into the other five classes.

# `exception`

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

Create an `Elixir.Dsxir.Errors.Unknown.Unknown` without raising it.

## Keys

- :error

---

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