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