Skip to content

Commit

Permalink
[DOCS] Adjust example [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Oct 4, 2019
1 parent 281ed66 commit ed2fbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ table. Assuming this PHP script is in the root directory of your project:

echo $response->getStatusCode() . "\n";
var_dump($response->getContent());
} catch (RestException $e) {
} catch (RestClientException $e) {
echo $e->getCode() . "\n";
echo $e->getMessage();
}
Expand Down

0 comments on commit ed2fbeb

Please sign in to comment.