MCPcopy 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
55class CommandError(error.CommandError):
56 def __init__(self, message):
57 super().__init__('', message)
58
59
60class ParseError(Exception):

Callers 15

executeMethod · 0.70
executeMethod · 0.70
executeMethod · 0.70
executeMethod · 0.70
executeMethod · 0.70
executeMethod · 0.70
executeMethod · 0.70
executeMethod · 0.70
executeMethod · 0.70
executeMethod · 0.70
executeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected