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

Class

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

Source from the content-addressed store, hash-verified

34}
35
36export class RequestForbiddenError extends RequestError {
37 constructor(message: string) {
38 super(message);
39 if (typeof Object.setPrototypeOf === "function") {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected