MCPcopy
hub / github.com/bloomberg/memray / MemrayCommandError

Class MemrayCommandError

src/memray/_errors.py:8–13  ·  view source on GitHub ↗

Exceptions raised from this package's CLI commands.

Source from the content-addressed store, hash-verified

6
7
8class MemrayCommandError(MemrayError):
9 """Exceptions raised from this package's CLI commands."""
10
11 def __init__(self, *args: Any, exit_code: int) -> None:
12 super().__init__(*args)
13 self.exit_code = exit_code

Callers 15

runMethod · 0.90
_run_trackerFunction · 0.90
_run_with_socket_outputFunction · 0.90
_run_with_file_outputFunction · 0.90
validate_target_fileMethod · 0.90
resolve_debuggerMethod · 0.90
runMethod · 0.90
runMethod · 0.90
runMethod · 0.90
runMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…