MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / Error

Class Error

keepercommander/error.py:11–17  ·  view source on GitHub ↗

Base class for exceptions in this module.

Source from the content-addressed store, hash-verified

9#
10
11class 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
18
19
20class KeeperApiError(Error):

Callers 1

execute_restFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected