MCPcopy Create free account
hub / github.com/curveball/http-errors / constructor

Method constructor

src/index.ts:163–168  ·  view source on GitHub ↗
(detail: string|null = null, proxyAuthenticate?: AuthenticateChallenge)

Source from the content-addressed store, hash-verified

161 proxyAuthenticate?: AuthenticateChallenge;
162
163 constructor(detail: string|null = null, proxyAuthenticate?: AuthenticateChallenge) {
164
165 super(detail);
166 this.proxyAuthenticate = proxyAuthenticate;
167
168 }
169
170}
171

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected