MCPcopy Create free account
hub / github.com/borgbackup/borg / _ExitCodeException

Class _ExitCodeException

src/borg/helpers/process.py:150–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148
149
150class _ExitCodeException(BaseException):
151 def __init__(self, exit_code):
152 self.exit_code = exit_code
153
154
155class SignalException(BaseException):

Callers 1

daemonizingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected