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.
1 parent b32a013 commit 75bbce3Copy full SHA for 75bbce3
README.md
@@ -36,6 +36,6 @@ catch (ResponseError $e) {
36
$response = $e->getResponse();
37
38
$code = $response->getCode();
39
- $body = $response->getBody();
+ $body = $response->getBodyPart();
40
}
41
```
0 commit comments