Skip to content

Commit dcb513a

Browse files
committed
fix example
1 parent 962ce62 commit dcb513a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ try {
3030
);
3131

3232
$parsedBody = $response->getParsedBody();
33-
}
34-
catch (ResponseError $e) {
33+
} catch (ResponseError $e) {
3534
// Error response.
3635
$response = $e->getResponse();
3736

0 commit comments

Comments
 (0)