File size: 131 Bytes
564f32e |
1 2 3 4 5 6 7 |
class QuotaExceededError(Exception):
"""
Custom exception raised when the YouTube API quota is exceeded.
"""
pass
|
564f32e |
1 2 3 4 5 6 7 |
class QuotaExceededError(Exception):
"""
Custom exception raised when the YouTube API quota is exceeded.
"""
pass
|