MCPcopy Create free account
hub / github.com/garrytan/gstack /

Class

browse/src/proxy-config.ts:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27export class ProxyConfigError extends Error {
28 constructor(public readonly hint: string, message: string) {
29 super(message);
30 this.name = 'ProxyConfigError';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected