MCPcopy Create free account
hub / github.com/QuantiaAI/helm-agents / constructor

Method constructor

packages/dataflows/src/errors.ts:7–10  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

5 */
6export class VendorError extends Error {
7 constructor(message: string) {
8 super(message);
9 this.name = "VendorError";
10 }
11}
12
13/** No usable rows (empty result OR stale data). */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected