MCPcopy Create free account
hub / github.com/anomalyco/console / constructor

Method constructor

packages/core/src/util/error.ts:2–4  ·  view source on GitHub ↗
(public code: string, message: string)

Source from the content-addressed store, hash-verified

1export class VisibleError extends Error {
2 constructor(public code: string, message: string) {
3 super(message);
4 }
5}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected