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) : \IdsException
Parses the Response and throws appropriate exceptions.
ParametersName | Type | Description |
---|
$webException | | |
---|
$StatusCode | | |
---|
$isIpp | | |
---|
ReturnsType | Description |
---|
\IdsException | |



__construct( $context) : void
Initializes a new instance of the FaultHandler class.
ParametersName | Type | Description |
---|
$context | | |
---|