PentestGPT/task_handle/custom_exceptions.py
2023-03-17 15:16:20 +08:00

6 lines
98 B
Python

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