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