Property | Type | Description | |
---|---|---|---|
$exceptionsByErrorType | array | List of mapped exceptions and their corresponding error types. | |
$exceptionsByStatusCode | array | List of mapped exceptions and their corresponding status codes. |
Method | Description | |
---|---|---|
__construct ( GuzzleHttp\Exception\ClientException $exception ) : void | Constructor. |
Method | Description | |
---|---|---|
handleException ( string $message, integer $statusCode, string $errorType, string $errorCode, string $missingParameter ) : void | Guesses the FQN of the exception to be thrown. |
public __construct ( GuzzleHttp\Exception\ClientException $exception ) : void | ||
$exception | GuzzleHttp\Exception\ClientException | |
return | void |
protected array $exceptionsByErrorType | ||
return | array |
protected array $exceptionsByStatusCode | ||
return | array |