PHP Класс Cartalyst\Stripe\Exception\Handler

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( GuzzleHttp\Exception\ClientException $exception ) : void
$exception GuzzleHttp\Exception\ClientException
Результат void

handleException() защищенный Метод

Guesses the FQN of the exception to be thrown.
protected handleException ( string $message, integer $statusCode, string $errorType, string $errorCode, string $missingParameter ) : void
$message string
$statusCode integer
$errorType string
$errorCode string
$missingParameter string
Результат void

Описание свойств

$exceptionsByErrorType защищенное свойство

List of mapped exceptions and their corresponding error types.
protected array $exceptionsByErrorType
Результат array

$exceptionsByStatusCode защищенное свойство

List of mapped exceptions and their corresponding status codes.
protected array $exceptionsByStatusCode
Результат array