MCPcopy
hub / github.com/barvian/fluid-tailwind / error

Function error

packages/fluid-tailwind/src/util/errors.ts:43–48  ·  view source on GitHub ↗
(
	code: C,
	...args: Parameters<(typeof codes)[C]>
)

Source from the content-addressed store, hash-verified

41}
42
43export function error<C extends keyof typeof codes>(
44 code: C,
45 ...args: Parameters<(typeof codes)[C]>
46): never {
47 throw FluidError.fromCode(code, ...args)
48}

Callers 4

sortBreakpointsFunction · 0.90
resolveBPFunction · 0.90
generateFunction · 0.90
rewriteFunction · 0.90

Calls 1

fromCodeMethod · 0.80

Tested by

no test coverage detected