Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
1670
export
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
exitFailCause
Function · 0.85
causeFail
Function · 0.85
Tested by
no test coverage detected