We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950198f commit 1bc1737Copy full SHA for 1bc1737
1 file changed
exceptions/http_exceptions.py
@@ -1,5 +1,4 @@
1
from fastapi import HTTPException, status
2
-from utils.core.enums import ValidPermissions
3
4
class RateLimitError(HTTPException):
5
"""Raised when a client exceeds the allowed request rate."""
0 commit comments