Backend-Sentiment-System / app /core /exceptions.py
AlainDeLong's picture
feat(api): add exception quota exceed
564f32e
Raw
History Blame Contribute Delete
131 Bytes
class QuotaExceededError(Exception):
"""
Custom exception raised when the YouTube API quota is exceeded.
"""
pass