PentestGPT/task_handle/custom_exceptions.py
2023-03-08 15:38:50 -06:00

4 lines
96 B
Python

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