@@ -3,10 +3,10 @@ |
||
3 | 3 | namespace OhDear\PhpSdk; |
4 | 4 | |
5 | 5 | use Exception; |
6 | -use Psr\Http\Message\ResponseInterface; |
|
6 | +use OhDear\PhpSdk\Exceptions\FailedActionException; |
|
7 | 7 | use OhDear\PhpSdk\Exceptions\NotFoundException; |
8 | 8 | use OhDear\PhpSdk\Exceptions\ValidationException; |
9 | -use OhDear\PhpSdk\Exceptions\FailedActionException; |
|
9 | +use Psr\Http\Message\ResponseInterface; |
|
10 | 10 | |
11 | 11 | trait MakesHttpRequests |
12 | 12 | { |