Skip to content

Commit ed2fbeb

Browse files
committed
[DOCS] Adjust example [ci skip]
1 parent 281ed66 commit ed2fbeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ table. Assuming this PHP script is in the root directory of your project:
5454

5555
echo $response->getStatusCode() . "\n";
5656
var_dump($response->getContent());
57-
} catch (RestException $e) {
57+
} catch (RestClientException $e) {
5858
echo $e->getCode() . "\n";
5959
echo $e->getMessage();
6060
}

0 commit comments

Comments
 (0)