mirror of
https://github.com/weyne85/PentestGPT.git
synced 2025-10-29 16:58:59 +00:00
4 lines
96 B
Python
4 lines
96 B
Python
# declare the custom types of exceptions
|
|
|
|
class NoCodeFromResponseException(Exception):
|
|
pass |