Package: effect Module: STM
effect
STM
Kills the fiber running the effect with a Cause.RuntimeException that contains the specified message.
Cause.RuntimeException
Signature
declare const dieMessage: (message: string) => STM<never>
Source
Since v2.0.0