View Source Reactor.Error.Internal.UnreachableError exception (reactor v0.10.1)

An error that should never happen.

Summary

Functions

Create an unreachable error.

Functions

Link to this macro

unreachable(message)

View Source (macro)
@spec unreachable(String.t()) :: Macro.output()

Create an unreachable error.

Link to this macro

unreachable!(message)

View Source (macro)
@spec unreachable!(String.t()) :: Macro.output()

Bang version of unreachable/1.