forked from LiveCarta/PayPal-PHP-Server-SDK
Automated commit message
This commit is contained in:
13
doc/api-exception.md
Normal file
13
doc/api-exception.md
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
# ApiException
|
||||
|
||||
Thrown when there is a network error or HTTP response status code is not okay.
|
||||
|
||||
## Methods
|
||||
|
||||
| Name | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| getHttpRequest() | [`HttpRequest`](http-request.md) | Returns the HTTP request. |
|
||||
| getHttpResponse() | ?[`HttpResponse`](http-response.md) | Returns the HTTP response. |
|
||||
| hasResponse() | bool | Is the response available? |
|
||||
|
||||
Reference in New Issue
Block a user