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

Наследование: extends Exception
Показать файл Открыть проект

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

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