Skip to content

Commit 75d4bd5

Browse files
committed
fix(): Client HTTP exception title
1 parent df16ceb commit 75d4bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/php-client/exception.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Every request made with the client can throw an HTTP exception.
44

55
You can read more about REST API Exception handling : [here](https://api.akeneo.com/documentation/responses.html#)
66

7-
## HTTP exception (4XX)
7+
## HTTP exception
88

99
The parent of these HTTP exceptions is `Akeneo\Pim\Exception\HttpException`.
1010
You can get the request and the response that are responsible for this exception. Also, the HTTP response code and response message are available.

0 commit comments

Comments
 (0)