You are here

PaymentGatewayException.php in Commerce Core 8.2

File

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

namespace Drupal\commerce_payment\Exception;


/**
 * Base exception for all payment gateway errors.
 */
class PaymentGatewayException extends \RuntimeException {

}

Classes

Namesort descending Description
PaymentGatewayException Base exception for all payment gateway errors.