You are here

class PaymentGatewayException in Commerce Core 8.2

Base exception for all payment gateway errors.

Hierarchy

  • class \Drupal\commerce_payment\Exception\PaymentGatewayException extends \Drupal\commerce_payment\Exception\RuntimeException

Expanded class hierarchy of PaymentGatewayException

7 files declare their use of PaymentGatewayException
PaymentCheckoutController.php in modules/payment/src/Controller/PaymentCheckoutController.php
PaymentGatewayForm.php in modules/payment/src/Plugin/Commerce/InlineForm/PaymentGatewayForm.php
PaymentMethodAddForm.php in modules/payment/src/PluginForm/PaymentMethodAddForm.php
PaymentMethodDeleteForm.php in modules/payment/src/Form/PaymentMethodDeleteForm.php
PaymentMethodEditForm.php in modules/payment/src/PluginForm/PaymentMethodEditForm.php

... See full list

File

modules/payment/src/Exception/PaymentGatewayException.php, line 8

Namespace

Drupal\commerce_payment\Exception
View source
class PaymentGatewayException extends \RuntimeException {

}

Members