MCPcopy
hub / github.com/arktypeio/arktype / throwInternalError

Function throwInternalError

ark/util/errors.ts:6–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4export class InternalArktypeError extends Error {}
5
6export const throwInternalError: (message: string) => never = message =>
7 throwError(message, InternalArktypeError)
8
9export const throwError: (
10 message: string,

Callers 15

getSourceFileOrThrowMethod · 0.90
getAbsolutePositionFunction · 0.90
versionableAssertionFunction · 0.90
assertions.tsFile · 0.90
shared.tsFile · 0.90
buildArbitraryFunction · 0.90

Calls 1

throwErrorFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…