We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11eaabc commit 14c7f4bCopy full SHA for 14c7f4b
1 file changed
Client/ApiClient.php
@@ -135,7 +135,7 @@ protected function getResponseData(
135
try {
136
$response = $this->client->sendRequest($request);
137
} catch (HttpException $e) {
138
- throw ApiRequestException::create($request->getUri(), $e);
+ throw ApiRequestException::create((string) $request->getUri(), $e);
139
}
140
$body = (string) $response->getBody();
141
$this->logger->debug(
0 commit comments