Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AlainDeLong
/
Backend-Sentiment-System
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Backend-Sentiment-System
/
app
/
core
/
exceptions.py
AlainDeLong
feat(api): add exception quota exceed
564f32e
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
131 Bytes
class
QuotaExceededError
(
Exception
):
"""
Custom exception raised when the YouTube API quota is exceeded.
"""
pass