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

Class

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

Source from the content-addressed store, hash-verified

16import { prettyStringify } from "./stringify";
17
18export class RequestError extends Error {
19 constructor(message: string) {
20 super(message);
21 if (typeof Object.setPrototypeOf === "function") {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected