We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 035a206 + 251429d commit 251aa86Copy full SHA for 251aa86
src/Picqer/Carriers/SendCloud/Connection.php
@@ -262,7 +262,7 @@ public function download($url)
262
try {
263
$result = $this->client()->get($url);
264
} catch (RequestException $e) {
265
- throw new SendCloudApiException('SendCloud error: (no error message provided)' . $e->getResponse());
+ throw new SendCloudApiException('SendCloud error: ' . $e->getMessage());
266
}
267
268
return $result->getBody()->getContents();
0 commit comments