Skip to content

NotImplementedError

Defined in: src/index.ts:133

Thrown by parts of the public API that aren’t implemented yet. A dedicated class lets the benchmark harness tell “not built yet” apart from a genuine bug and skip the candidate rather than crash.

  • Error

new NotImplementedError(fn): NotImplementedError

Defined in: src/index.ts:134

string

NotImplementedError

Error.constructor

optional cause?: unknown

Defined in: site/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.error.d.ts:24

Error.cause


message: string

Defined in: site/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts:1075

Error.message


name: string

Defined in: site/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts:1074

Error.name


optional stack?: string

Defined in: site/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts:1076

Error.stack