MCPcopy Create free account
hub / github.com/Geeoon/asploit / ExitException

Class ExitException

src/Exceptions.py:2–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# @brief Exception raised to exit program.
2class ExitException(Exception):
3 pass
4
5# @brief Exception raised for command errors. Must be raised with a message.
6class CommandException(Exception):

Callers 1

__exitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected