Error raised when the CLI process exits unexpectedly
| 31 | |
| 32 | |
| 33 | class ProcessExitedError(Exception): |
| 34 | """Error raised when the CLI process exits unexpectedly""" |
| 35 | |
| 36 | pass |
| 37 | |
| 38 | |
| 39 | RequestHandler = Callable[[dict], dict | Awaitable[dict]] |
no outgoing calls
no test coverage detected
searching dependent graphs…