chatgpt-resume-builder / src /exceptions.py
ofikodar's picture
Upload 13 files
ba6ea70
raw history blame
No virus
309 Bytes
class PDFSizeException(Exception):
"""Raised when the input value is less than 3"""
pass
class ChatbotInitException(Exception):
"""Raised when there's a problem with chabot init"""
pass
class ChatbotAPIException(Exception):
"""Raised when there's a problem with openai api"""
pass