@@ -249,7 +249,7 @@ |
||
249 | 249 | $response = curl_exec($this->curl); |
250 | 250 | |
251 | 251 | if (curl_errno($this->curl)) { |
252 | - throw new DeepLException('There was a cURL Request Error : ' . curl_error($this->curl)); |
|
252 | + throw new DeepLException('There was a cURL Request Error : '.curl_error($this->curl)); |
|
253 | 253 | } |
254 | 254 | $httpCode = curl_getinfo($this->curl, CURLINFO_HTTP_CODE); |
255 | 255 | $responseArray = json_decode($response, true); |