class SoftDeclineException in Commerce Core 8.2
Thrown for declined transactions that can be retried.
Hierarchy
- class \Drupal\commerce_payment\Exception\PaymentGatewayException extends \Drupal\commerce_payment\Exception\RuntimeException
- class \Drupal\commerce_payment\Exception\DeclineException
- class \Drupal\commerce_payment\Exception\SoftDeclineException
- class \Drupal\commerce_payment\Exception\DeclineException
Expanded class hierarchy of SoftDeclineException
File
- modules/
payment/ src/ Exception/ SoftDeclineException.php, line 8
Namespace
Drupal\commerce_payment\ExceptionView source
class SoftDeclineException extends DeclineException {
}