# `Dsxir.Errors.Invalid.Configuration`

Raised when `Dsxir.configure/1` or runtime settings receive an unknown or malformed key.

# `exception`

```elixir
@spec exception(opts :: Keyword.t()) :: %Dsxir.Errors.Invalid.Configuration{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  key: term(),
  path: term(),
  reason: term(),
  splode: term(),
  stacktrace: term(),
  value: term(),
  vars: term()
}
```

Create an `Elixir.Dsxir.Errors.Invalid.Configuration` without raising it.

## Keys

- :key
- :value
- :reason

---

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