# `Dsxir.Errors.Invalid.SignatureMismatch`

Raised when a saved artifact hydrates into a module whose signature shape does not match.

# `exception`

```elixir
@spec exception(opts :: Keyword.t()) :: %Dsxir.Errors.Invalid.SignatureMismatch{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  diff: term(),
  expected: term(),
  loaded: term(),
  module: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}
```

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

## Keys

- :module
- :expected
- :loaded
- :diff

---

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