PHP 클래스 Cartalyst\Stripe\Exception\Handler

파일 보기 프로젝트 열기: cartalyst/stripe

보호된 프로퍼티들

프로퍼티 타입 설명
$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