SoftDeclineException.php in Commerce Core 8.2
Namespace
Drupal\commerce_payment\ExceptionFile
modules/payment/src/Exception/SoftDeclineException.phpView source
<?php
namespace Drupal\commerce_payment\Exception;
/**
* Thrown for declined transactions that can be retried.
*/
class SoftDeclineException extends DeclineException {
}
Classes
Name | Description |
---|---|
SoftDeclineException | Thrown for declined transactions that can be retried. |