View Source Reactor.Error.Internal.UnreachableError exception (reactor v0.10.1)
An error that should never happen.
Summary
Functions
@spec unreachable(String.t()) :: Macro.output()
Create an unreachable error.
@spec unreachable!(String.t()) :: Macro.output()
Bang version of unreachable/1
.