@@ -453,7 +453,7 @@ |
||
453 | 453 | $response = curl_exec($this->curl); |
454 | 454 | |
455 | 455 | if (curl_errno($this->curl)) { |
456 | - throw new DeepLException('There was a cURL Request Error : ' . curl_error($this->curl)); |
|
456 | + throw new DeepLException('There was a cURL Request Error : '.curl_error($this->curl)); |
|
457 | 457 | } |
458 | 458 | $httpCode = curl_getinfo($this->curl, CURLINFO_HTTP_CODE); |
459 | 459 |