PHP Class Cartalyst\Stripe\Exception\StripeException

Inheritance: extends Exception
Datei anzeigen Open project: cartalyst/stripe

Protected Properties

Property 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.

Public Methods

Method 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 method

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

getErrorType() public method

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

getMissingParameter() public method

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

setErrorCode() public method

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

setErrorType() public method

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

setMissingParameter() public method

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
return string

$errorType protected_oe property

The error type returned by Stripe.
protected string $errorType
return string

$missingParameter protected_oe property

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