MCPcopy Create free account
hub / github.com/dethcrypto/dethcode /

Class

packages/ethereum-viewer/src/util/fetch.ts:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45export class RequestUnauthorizedError extends RequestError {
46 constructor(message: string) {
47 super(message);
48 if (typeof (<any>Object).setPrototypeOf === "function") {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected