MCPcopy Index your code
hub / github.com/Effect-TS/effect / exitFail

Function exitFail

packages/effect/src/Micro.ts:1670–1670  ·  view source on GitHub ↗
(e: E)

Source from the content-addressed store, hash-verified

1668 * @category MicroExit
1669 */
1670export const exitFail = <E>(e: E): MicroExit<never, E> => exitFailCause(causeFail(e))
1671
1672/**
1673 * @since 3.4.6

Callers

nothing calls this directly

Calls 2

exitFailCauseFunction · 0.85
causeFailFunction · 0.85

Tested by

no test coverage detected