@@ -15,7 +15,6 @@ def __unicode__(self):
1515
1616
1717class ApiKeyException (StreamApiException ):
18-
1918 """
2019 Raised when there is an issue with your Access Key
2120 """
@@ -25,7 +24,6 @@ class ApiKeyException(StreamApiException):
2524
2625
2726class SignatureException (StreamApiException ):
28-
2927 """
3028 Raised when there is an issue with the signature you provided
3129 """
@@ -35,7 +33,6 @@ class SignatureException(StreamApiException):
3533
3634
3735class InputException (StreamApiException ):
38-
3936 """
4037 Raised when you send the wrong data to the API
4138 """
@@ -45,7 +42,6 @@ class InputException(StreamApiException):
4542
4643
4744class CustomFieldException (StreamApiException ):
48-
4945 """
5046 Raised when there are missing or misconfigured custom fields
5147 """
@@ -55,7 +51,6 @@ class CustomFieldException(StreamApiException):
5551
5652
5753class FeedConfigException (StreamApiException ):
58-
5954 """
6055 Raised when there are missing or misconfigured custom fields
6156 """
@@ -65,7 +60,6 @@ class FeedConfigException(StreamApiException):
6560
6661
6762class SiteSuspendedException (StreamApiException ):
68-
6963 """
7064 Raised when the site requesting the data is suspended
7165 """
@@ -75,7 +69,6 @@ class SiteSuspendedException(StreamApiException):
7569
7670
7771class InvalidPaginationException (StreamApiException ):
78-
7972 """
8073 Raised when there is an issue with your Access Key
8174 """
@@ -108,7 +101,6 @@ class RankingException(FeedConfigException):
108101
109102
110103class RateLimitReached (StreamApiException ):
111-
112104 """
113105 Raised when too many requests are performed
114106 """
0 commit comments