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

Function throwError

src/react/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 7

createComponentFunction · 0.90
useStoreBaseFunction · 0.90
useUnitBaseFunction · 0.90
useStoreMapBaseFunction · 0.90
useListBaseFunction · 0.90
getScopeFunction · 0.90
createComponentFunction · 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…