You are here

class InvalidRequestException in Commerce Core 8.2

Thrown when the payment gateway makes an invalid request.

A request is invalid due to missing or invalid parameters, usually indicating a bug in the plugin logic.

Hierarchy

Expanded class hierarchy of InvalidRequestException

1 file declares its use of InvalidRequestException
PaymentGatewayBase.php in modules/payment/src/Plugin/Commerce/PaymentGateway/PaymentGatewayBase.php

File

modules/payment/src/Exception/InvalidRequestException.php, line 11

Namespace

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

}

Members