You are here

SoftDeclineException.php in Commerce Core 8.2

File

modules/payment/src/Exception/SoftDeclineException.php
View source
<?php

namespace Drupal\commerce_payment\Exception;


/**
 * Thrown for declined transactions that can be retried.
 */
class SoftDeclineException extends DeclineException {

}

Classes

Namesort descending Description
SoftDeclineException Thrown for declined transactions that can be retried.