MCPcopy Index your code
hub / github.com/github/copilot-sdk / ProcessExitedError

Class ProcessExitedError

python/copilot/_jsonrpc.py:33–36  ·  view source on GitHub ↗

Error raised when the CLI process exits unexpectedly

Source from the content-addressed store, hash-verified

31
32
33class ProcessExitedError(Exception):
34 """Error raised when the CLI process exits unexpectedly"""
35
36 pass
37
38
39RequestHandler = Callable[[dict], dict | Awaitable[dict]]

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…