ExFPE.NotStartedError exception (ex_fpe v0.1.0)

Copy Markdown View Source

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.

Summary

Types

t()

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