class PaymentValidationUnsupportedCurrencyException in Payment 7
Exception thrown if a payment uses a currency that is unsupported by a payment method.
Hierarchy
- class \PaymentException extends \Exception
Expanded class hierarchy of PaymentValidationUnsupportedCurrencyException
File
- ./
payment.classes.inc, line 1264 - The API and related functions for executing and managing payments.
View source
class PaymentValidationUnsupportedCurrencyException extends PaymentValidationException {
}