added ratelimit exception
This commit is contained in:
@@ -30,3 +30,5 @@ class SightstoneApiException < Exception; end
|
||||
class SummonerNotFoundException < SightstoneApiException; end
|
||||
|
||||
class SightstoneConnectionException < SightstoneApiException; end
|
||||
|
||||
class RateLimitExceededException < SightstoneApiException; end
|
||||
|
||||
Reference in New Issue
Block a user