Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
2
class
ExitException(Exception):
3
pass
4
5
# @brief Exception raised for command errors. Must be raised with a message.
6
class
CommandException(Exception):
Callers
1
__exit
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected