You are here

namespace Drupal\commerce_payment\Exception in Commerce Core 8.2

Classsort descending Location Description
AuthenticationException modules/payment/src/Exception/AuthenticationException.php Thrown when the request can't be properly authenticated.
DeclineException modules/payment/src/Exception/DeclineException.php Base exception for declined transactions.
HardDeclineException modules/payment/src/Exception/HardDeclineException.php Thrown for declined transactions that can't be retried.
InvalidRequestException modules/payment/src/Exception/InvalidRequestException.php Thrown when the payment gateway makes an invalid request.
InvalidResponseException modules/payment/src/Exception/InvalidResponseException.php Thrown when the payment gateway receives an invalid response.
PaymentGatewayException modules/payment/src/Exception/PaymentGatewayException.php Base exception for all payment gateway errors.
SoftDeclineException modules/payment/src/Exception/SoftDeclineException.php Thrown for declined transactions that can be retried.