Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Keeper-Security/Commander
/ CommandError
Class
CommandError
keepercommander/commands/base.py:55–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
54
55
class
CommandError(error.CommandError):
56
def
__init__(self, message):
57
super().__init__(
''
, message)
58
59
60
class
ParseError(Exception):
Callers
15
execute
Method · 0.70
execute
Method · 0.70
execute
Method · 0.70
execute
Method · 0.70
execute
Method · 0.70
execute
Method · 0.70
execute
Method · 0.70
print_uss_configuration_details
Method · 0.70
execute
Method · 0.70
execute
Method · 0.70
execute
Method · 0.70
execute
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected