MCPcopy Create free account
hub / github.com/SkalskiP/make-sense / constructor

Method constructor

src/utils/ArrayUtil.ts:7–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6export class ArrayUtilAmbiguousMatchError extends Error {
7 constructor() {
8 super('Given predicate results in more than one value being matched.');
9 this.name = 'ArrayUtilAmbiguousMatchError';
10 }
11}
12
13export class EmptyArrayError extends Error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected