@@ -3,10 +3,9 @@ |
||
3 | 3 | namespace LeadThread\GoogleShortener; |
4 | 4 | |
5 | 5 | use Exception; |
6 | +use GuzzleHttp\Client; |
|
6 | 7 | use LeadThread\GoogleShortener\Exceptions\GoogleAuthException; |
7 | 8 | use LeadThread\GoogleShortener\Exceptions\GoogleErrorException; |
8 | -use LeadThread\GoogleShortener\Exceptions\GoogleRateLimitException; |
|
9 | -use GuzzleHttp\Client; |
|
10 | 9 | |
11 | 10 | class Google |
12 | 11 | { |