# `Ash.Error.Framework.AssumptionFailed`
[🔗](https://github.com/ash-project/ash/blob/v3.23.1/lib/ash/error/framework/assumption_failed.ex#L5)

Used when unreachable code/conditions are reached in the framework

# `exception`

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

Create an `Elixir.Ash.Error.Framework.AssumptionFailed` without raising it.

## Keys

- :message

---

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