Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ die
Function
die
packages/effect/src/Micro.ts:970–970 ·
view source on GitHub ↗
(defect: unknown)
Source
from the content-addressed store, hash-verified
968
* @category constructors
969
*/
970
export
const
die = (defect: unknown): Micro<never> => exitDie(defect)
971
972
/**
973
* Creates a `Micro` effect that will fail with the lazily evaluated error.
Callers
2
fnApply
Function · 0.70
promise
Function · 0.70
Calls
1
exitDie
Function · 0.70
Tested by
no test coverage detected