MCPcopy Create free account
hub / github.com/effector/effector / throwError

Function throwError

src/solid/lib/throw.ts:1–3  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

1export const throwError = (message: string) => {
2 throw Error(message)
3}

Callers 3

useUnitBaseFunction · 0.90
useStoreMapBaseFunction · 0.90
getScopeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…