Reactor.Error.Internal.UnreachableError exception (reactor v0.12.1)

View Source

An error that should never happen.

Summary

Functions

Create an unreachable error.

Functions

exception()

unreachable(message)

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

Create an unreachable error.

unreachable!(message)

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

Bang version of unreachable/1.