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

Class

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

Source from the content-addressed store, hash-verified

25}
26
27export class RequestNotFoundError extends RequestError {
28 constructor(message: string) {
29 super(message);
30 if (typeof Object.setPrototypeOf === "function") {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected