public function PaymentDeclinedEvent::getException in Commerce Recurring Framework 8
Gets the payment decline exception.
Return value
null|\Drupal\commerce_payment\Exception\DeclineException The payment decline exception.
File
- src/
Event/ PaymentDeclinedEvent.php, line 122
Class
- PaymentDeclinedEvent
- Defines the payment declined event.
Namespace
Drupal\commerce_recurring\EventCode
public function getException() {
return $this->exception;
}