@@ -313,7 +313,7 @@ |
||
313 | 313 | ] |
314 | 314 | ); |
315 | 315 | } catch (ClientException $clientException) { |
316 | - throw new Exception($clientException->getMessage() . ' - url: ' . $url . ' - data: ' . json_encode($parameters) . ' - client exception: ' . $clientException->getResponse()->getBody()->getContents()); |
|
316 | + throw new Exception($clientException->getMessage().' - url: '.$url.' - data: '.json_encode($parameters).' - client exception: '.$clientException->getResponse()->getBody()->getContents()); |
|
317 | 317 | } |
318 | 318 | } |
319 | 319 | } |