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

Class

packages/computer/src/git/errors.ts:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 * `Error.prototype.toString()` reads sensibly.
21 */
22export class GitError extends Error {
23 readonly code: string;
24 constructor(code: string, message: string, options?: { cause?: unknown }) {
25 super(message, options);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected