MCPcopy Create free account
hub / github.com/cloudflare/computer /

Class

packages/computer/src/artifacts/errors.ts:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 * within a repo's token list.
49 */
50export class NotFoundError extends ArtifactError {
51 constructor(message: string, options?: { cause?: unknown }) {
52 super("ENOTFOUND", message, options);
53 this.name = "NotFoundError";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected