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

Class QuitException

keepercommander/discovery_common/process.py:27–31  ·  view source on GitHub ↗

This exception used when the user wants to stop processing of the results, before the end.

Source from the content-addressed store, hash-verified

25
26
27class QuitException(Exception):
28 """
29 This exception used when the user wants to stop processing of the results, before the end.
30 """
31 pass
32
33
34class UserNotFoundException(Exception):

Callers 2

runMethod · 0.85
_promptMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected