# `ExFPE.NotStartedError`
[🔗](https://github.com/g-andrade/ex_fpe/blob/v0.1.0/lib/ex_fpe/exceptions.ex#L135)

Raised by a `use ExFPE` module's generated functions when its context is not
running — usually because it is missing from the supervision tree, or the
application is stopped.

# `t`

```elixir
@type t() :: %ExFPE.NotStartedError{__exception__: term(), reason: term()}
```

---

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