Core/RestCalls/FaultHandler.php
- Package
- Default
Package: DefaultHandles the 3xx, 4xx and 5xx response status code in the response and handles them.
Properties
Methods



ParseResponseAndThrowException( $webException, $StatusCode, $isIpp = FALSE) : \IdsExceptionParses the Response and throws appropriate exceptions.
Parameters| Name | Type | Description |
|---|
| $webException | | |
|---|
| $StatusCode | | |
|---|
| $isIpp | | |
|---|
Returns| Type | Description |
|---|
| \IdsException | |



__construct( $context) : voidInitializes a new instance of the FaultHandler class.
Parameters| Name | Type | Description |
|---|
| $context | | |
|---|