mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 01:16:19 +00:00
Annotate zerver.exceptions, zerver.filters, zerver.logging_handlers.
This commit is contained in:
@@ -4,4 +4,5 @@ from django.core.exceptions import PermissionDenied
|
||||
|
||||
class RateLimited(PermissionDenied):
|
||||
def __init__(self, msg=""):
|
||||
# type: (str) -> None
|
||||
super(RateLimited, self).__init__(msg)
|
||||
|
||||
Reference in New Issue
Block a user