@@ -161,7 +161,7 @@ |
||
161 | 161 | { |
162 | 162 | if (strpos($message, 'TranslateApiException') === 0 |
163 | 163 | && strpos($message, 'credentials has zero balance.') |
164 | - ){ |
|
164 | + ) { |
|
165 | 165 | throw new QuotaExceededException($message); |
166 | 166 | } |
167 | 167 | } |