PHP Class Cartalyst\Stripe\Exception\StripeException

Inheritance: extends Exception
Afficher le fichier Open project: cartalyst/stripe

Protected Properties

Свойство Type Description
$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.

Méthodes publiques

Méthode Description
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.

Method Details

getErrorCode() public méthode

Returns the error type returned by Stripe.
public getErrorCode ( ) : string
Résultat string

getErrorType() public méthode

Returns the error type returned by Stripe.
public getErrorType ( ) : string
Résultat string

getMissingParameter() public méthode

Returns missing parameter returned by Stripe with the error.
public getMissingParameter ( ) : string
Résultat string

setErrorCode() public méthode

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

setErrorType() public méthode

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

setMissingParameter() public méthode

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

Property Details

$errorCode protected_oe property

The error code returned by Stripe.
protected string $errorCode
Résultat string

$errorType protected_oe property

The error type returned by Stripe.
protected string $errorType
Résultat string

$missingParameter protected_oe property

The missing parameter returned by Stripe with the error.
protected string $missingParameter
Résultat string