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

Class CoreExecutableNotFound

src/pystack/errors.py:113–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111
112
113class CoreExecutableNotFound(PystackError):
114 HELP_TEXT = EXECUTABLE_NOT_FOUND_HELP_TEXT
115
116
117class DetectedExecutableNotFound(PystackError):

Calls

no outgoing calls