/home/techb158/exp.abdallabala.com/vendor/stripe/stripe-php/lib/Exception
NameSizeModeActions
OAuth/-0755rm
ApiConnectionException.php2920644editdlrm
ApiErrorException.php50120644editdlrm
AuthenticationException.php2100644editdlrm
BadMethodCallException.php1310644editdlrm
CardException.php21240644editdlrm
ExceptionInterface.php4900644editdlrm
IdempotencyException.php1930644editdlrm
InvalidArgumentException.php1350644editdlrm
InvalidRequestException.php16280644editdlrm
PermissionException.php2070644editdlrm
RateLimitException.php2940644editdlrm
SignatureVerificationException.php16310644editdlrm
UnexpectedValueException.php1350644editdlrm
UnknownApiErrorException.php3230644editdlrm
Edit: /home/techb158/exp.abdallabala.com/vendor/stripe/stripe-php/lib/Exception/CardException.php (2124B)
setDeclineCode($declineCode); $instance->setStripeParam($stripeParam); return $instance; } /** * Gets the decline code. * * @return null|string */ public function getDeclineCode() { return $this->declineCode; } /** * Sets the decline code. * * @param null|string $declineCode */ public function setDeclineCode($declineCode) { $this->declineCode = $declineCode; } /** * Gets the parameter related to the error. * * @return null|string */ public function getStripeParam() { return $this->stripeParam; } /** * Sets the parameter related to the error. * * @param null|string $stripeParam */ public function setStripeParam($stripeParam) { $this->stripeParam = $stripeParam; } }