Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Keeper-Security/Commander
/ __init__
Method
__init__
keepercommander/error.py:33–35 ·
view source on GitHub ↗
(self, command, message)
Source
from the content-addressed store, hash-verified
31
32
class
CommandError(Error):
33
def
__init__(self, command, message):
34
super().__init__(message)
35
self.command = command
36
37
def
__str__(self):
38
if
self.command:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected