# `Ltix.Errors.Unknown`
[🔗](https://github.com/DecoyLex/ltix/blob/main/lib/ltix/errors/unknown.ex#L1)

Catch-all error class for unexpected errors.

# `exception`

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

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

## Keys

- :errors

# `message`

---

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