| @@ -2,12 +2,12 @@ | ||
| 2 | 2 | |
| 3 | 3 | namespace Vindi; | 
| 4 | 4 | |
| 5 | -use Psr\Http\Message\ResponseInterface; | |
| 6 | 5 | use GuzzleHttp\Exception\ClientException; | 
| 6 | +use Psr\Http\Message\ResponseInterface; | |
| 7 | +use Vindi\Exceptions\RateLimitException; | |
| 8 | +use Vindi\Exceptions\RequestException; | |
| 7 | 9 | use Vindi\Exceptions\ValidationException; | 
| 8 | 10 | use Vindi\Http\Client; | 
| 9 | -use Vindi\Exceptions\RequestException; | |
| 10 | -use Vindi\Exceptions\RateLimitException; | |
| 11 | 11 | |
| 12 | 12 | class ApiRequester | 
| 13 | 13 |  { |