Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Keeper-Security/Commander
/ __init__
Method
__init__
keepercommander/error.py:13–14 ·
view source on GitHub ↗
(self, message)
Source
from the content-addressed store, hash-verified
11
class
Error(Exception):
12
""
"Base class for exceptions in this module."
""
13
def
__init__(self, message):
14
self.message = message
15
16
def
__str__(self):
17
return
self.message
Callers
2
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected