ExFPE.ArgumentError exception (ex_fpe v0.1.0)

Copy Markdown View Source

Raised by ExFPE.new!/3 when a context cannot be built — an invalid key, mode, radix, or alphabet.

The structured :reason is the same term ExFPE.new/3 would return under {:error, reason}.

Summary

Types

t()

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