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

Class

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

Source from the content-addressed store, hash-verified

73 * root. CLI exit code: 128.
74 */
75export class PathOutsideRepoError extends GitError {
76 constructor(path: string, dir: string, options?: { cause?: unknown }) {
77 super("EPATHOUTSIDE", `path '${path}' is outside the repository at ${dir}`, options);
78 this.name = "PathOutsideRepoError";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected