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

Class

packages/dataflows/src/errors.ts:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 * by vendor identity.
5 */
6export class VendorError extends Error {
7 constructor(message: string) {
8 super(message);
9 this.name = "VendorError";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected