@@ -10,10 +10,10 @@ |
||
10 | 10 | |
11 | 11 | namespace Alofoxx\OAuth2\Client\Provider; |
12 | 12 | |
13 | +use Alofoxx\OAuth2\Client\Provider\Exception\GumroadIdentityProviderException; |
|
13 | 14 | use League\OAuth2\Client\Provider\AbstractProvider; |
14 | 15 | use League\OAuth2\Client\Token\AccessToken; |
15 | 16 | use League\OAuth2\Client\Tool\BearerAuthorizationTrait; |
16 | -use Alofoxx\OAuth2\Client\Provider\Exception\GumroadIdentityProviderException; |
|
17 | 17 | use Psr\Http\Message\ResponseInterface; |
18 | 18 | |
19 | 19 | /** |