You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -398,6 +398,7 @@ You can find more information about [PHP Common Exceptions at Github](https://gi
398
398
399
399
In general you should expect that any setter method could thrown an `\InvalidArgumentException`. The following exceptions could get thrown while using PHP Basic HTTP Client.
400
400
401
+
-`CommonException\IoException\FileNotFoundException` on configuring a `ClientCertificateAuthentication`instance
401
402
-`CommonException\IoException\FileReadableException` on configuring a `ClientCertificateAuthentication`instance
402
403
-`BasicHttpClient\Exception\HttpRequestAuthenticationException` on performing a request
403
404
-`BasicHttpClient\Exception\HttpRequestException` on performing a request
0 commit comments