Свойство | Тип | Описание | |
---|---|---|---|
$exceptionsByErrorType | array | List of mapped exceptions and their corresponding error types. | |
$exceptionsByStatusCode | array | List of mapped exceptions and their corresponding status codes. |
Метод | Описание | |
---|---|---|
__construct ( GuzzleHttp\Exception\ClientException $exception ) : void | Constructor. |
Метод | Описание | |
---|---|---|
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 | |
Результат | void |
protected array $exceptionsByErrorType | ||
Результат | array |
protected array $exceptionsByStatusCode | ||
Результат | array |