Skip to content

Commit d774b47

Browse files
authored
Merge pull request #632 from akeneo/fix-client-exceptions-title
fix(): Client HTTP exception title
2 parents df16ceb + 75d4bd5 commit d774b47

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)