MCPcopy Create free account
hub / github.com/bloomberg/pystack / __str__

Method __str__

src/pystack/errors.py:100–102  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

98 super().__init__(*args, **kwargs)
99
100 def __str__(self) -> str:
101 message, *_ = self.args
102 return f"Engine error: {message}"
103
104
105class ProcessNotFound(PystackError, ProcessLookupError):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected