@@ -452,7 +452,7 @@ |
||
| 452 | 452 | } |
| 453 | 453 | |
| 454 | 454 | if ($code >= 300) { |
| 455 | - throw new ExchangeException('SOAP client returned status of ' . $code, $code); |
|
| 455 | + throw new ExchangeException('SOAP client returned status of '.$code, $code); |
|
| 456 | 456 | } |
| 457 | 457 | |
| 458 | 458 | if (empty($response) || empty($response->getNonNullResponseMessages())) { |