|
@@ -6,9 +6,9 @@ |
|
|
block discarded – undo |
|
6
|
6
|
use GuzzleHttp\Exception\ClientException; |
|
7
|
7
|
use GuzzleHttp\Exception\ConnectException; |
|
8
|
8
|
use GuzzleHttp\Psr7\Request; |
|
|
9
|
+use Psr\Log\LogLevel; |
|
9
|
10
|
use Psr\Log\LoggerAwareTrait; |
|
10
|
11
|
use Psr\Log\LoggerInterface; |
|
11
|
|
-use Psr\Log\LogLevel; |
|
12
|
12
|
use WebservicesNl\Common\Endpoint\Manager; |
|
13
|
13
|
use WebservicesNl\Common\Exception\ClientException as WsClientException; |
|
14
|
14
|
use WebservicesNl\Common\Exception\Server\NoServerAvailableException; |
Please login to merge, or discard this patch.