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

Class

src/utils/ArrayUtil.ts:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected