Show error page when rate limited
This commit is contained in:
@@ -4,6 +4,8 @@ import prefs_impl
|
||||
genPrefsType()
|
||||
|
||||
type
|
||||
RateLimitError* = object of CatchableError
|
||||
|
||||
Token* = ref object
|
||||
tok*: string
|
||||
remaining*: int
|
||||
|
||||
Reference in New Issue
Block a user