MCPcopy Create free account
hub / github.com/freecodexyz/free-code /

Class

src/utils/errors.ts:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51export class ShellError extends Error {
52 constructor(
53 public readonly stdout: string,
54 public readonly stderr: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected