1
0
Files
PayPal-PHP-Server-SDK/doc/api-exception.md
2024-09-04 15:55:32 +00:00

388 B

ApiException

Thrown when there is a network error or HTTP response status code is not okay.

Methods

Name Type Description
getHttpRequest() HttpRequest Returns the HTTP request.
getHttpResponse() ?HttpResponse Returns the HTTP response.
hasResponse() bool Is the response available?