FEATURE: Generous badge

This commit is contained in:
Robin Ward
2016-03-15 16:08:29 -04:00
parent cfe18c3f5b
commit 06591022fe
9 changed files with 57 additions and 7 deletions
+1
View File
@@ -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