mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
FEATURE: Generous badge
This commit is contained in:
@@ -2,6 +2,7 @@ class RateLimiter
|
||||
|
||||
# A rate limit has been exceeded.
|
||||
class LimitExceeded < StandardError
|
||||
attr_reader :type
|
||||
|
||||
def initialize(available_in, type=nil)
|
||||
@available_in = available_in
|
||||
|
||||
Reference in New Issue
Block a user