added ratelimit exception

This commit is contained in:
danijoo
2013-12-15 00:19:30 +01:00
parent 92120bab04
commit f8e10fbe8d
7 changed files with 15 additions and 157 deletions

View File

@@ -30,3 +30,5 @@ class SightstoneApiException < Exception; end
class SummonerNotFoundException < SightstoneApiException; end
class SightstoneConnectionException < SightstoneApiException; end
class RateLimitExceededException < SightstoneApiException; end