# `Dsxir.Errors.Framework.PredictorError`

Raised when an internal predictor invariant fails (timeout, trajectory overshoot, etc.).

# `exception`

```elixir
@spec exception(opts :: Keyword.t()) :: %Dsxir.Errors.Framework.PredictorError{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  inner: term(),
  path: term(),
  predictor: term(),
  reason: term(),
  signature: term(),
  splode: term(),
  stacktrace: term(),
  trajectory: term(),
  vars: term()
}
```

Create an `Elixir.Dsxir.Errors.Framework.PredictorError` without raising it.

## Keys

- :predictor
- :signature
- :inner
- :reason
- :trajectory

---

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