Reactor.Error.Internal.UnreachableError exception (reactor v0.14.0)
View SourceAn error that should never happen.
Summary
Functions
Create an Elixir.Reactor.Error.Internal.UnreachableError
without raising it.
Create an unreachable error.
Bang version of unreachable/1
.
Functions
@spec exception(opts :: Keyword.t()) :: %Reactor.Error.Internal.UnreachableError{ __exception__: true, bindings: term(), bread_crumbs: term(), class: term(), file: term(), line: term(), message: term(), path: term(), splode: term(), stacktrace: term(), vars: term() }
Create an Elixir.Reactor.Error.Internal.UnreachableError
without raising it.
Keys
- :bindings
- :message
- :file
- :line
@spec unreachable(String.t()) :: Macro.output()
Create an unreachable error.
@spec unreachable!(String.t()) :: Macro.output()
Bang version of unreachable/1
.