Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
150
class
_ExitCodeException(BaseException):
151
def
__init__(self, exit_code):
152
self.exit_code = exit_code
153
154
155
class
SignalException(BaseException):
Callers
1
daemonizing
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected