Cartalyst\Stripe\Exception\StripeException::setErrorType PHP Method

setErrorType() public method

Sets the error type returned by Stripe.
public setErrorType ( string $errorType )
$errorType string
    public function setErrorType($errorType)
    {
        $this->errorType = $errorType;
        return $this;
    }