forked from LiveCarta/PayPal-PHP-Server-SDK
388 B
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? |