PentestGPT/archive/task_handle/custom_exceptions.py
2023-04-05 12:54:28 +08:00

6 lines
98 B
Python

# declare the custom types of exceptions
class NoCodeFromResponseException(Exception):
pass