PHP 클래스 Cartalyst\Stripe\Exception\StripeException

상속: extends Exception
파일 보기 프로젝트 열기: cartalyst/stripe

보호된 프로퍼티들

프로퍼티 타입 설명
$errorCode string The error code returned by Stripe.
$errorType string The error type returned by Stripe.
$missingParameter string The missing parameter returned by Stripe with the error.

공개 메소드들

메소드 설명
getErrorCode ( ) : string Returns the error type returned by Stripe.
getErrorType ( ) : string Returns the error type returned by Stripe.
getMissingParameter ( ) : string Returns missing parameter returned by Stripe with the error.
setErrorCode ( string $errorCode ) Sets the error type returned by Stripe.
setErrorType ( string $errorType ) Sets the error type returned by Stripe.
setMissingParameter ( string $missingParameter ) Sets the missing parameter returned by Stripe with the error.

메소드 상세

getErrorCode() 공개 메소드

Returns the error type returned by Stripe.
public getErrorCode ( ) : string
리턴 string

getErrorType() 공개 메소드

Returns the error type returned by Stripe.
public getErrorType ( ) : string
리턴 string

getMissingParameter() 공개 메소드

Returns missing parameter returned by Stripe with the error.
public getMissingParameter ( ) : string
리턴 string

setErrorCode() 공개 메소드

Sets the error type returned by Stripe.
public setErrorCode ( string $errorCode )
$errorCode string

setErrorType() 공개 메소드

Sets the error type returned by Stripe.
public setErrorType ( string $errorType )
$errorType string

setMissingParameter() 공개 메소드

Sets the missing parameter returned by Stripe with the error.
public setMissingParameter ( string $missingParameter )
$missingParameter string

프로퍼티 상세

$errorCode 보호되어 있는 프로퍼티

The error code returned by Stripe.
protected string $errorCode
리턴 string

$errorType 보호되어 있는 프로퍼티

The error type returned by Stripe.
protected string $errorType
리턴 string

$missingParameter 보호되어 있는 프로퍼티

The missing parameter returned by Stripe with the error.
protected string $missingParameter
리턴 string