You are here

class InvalidResponseException in Commerce Core 8.2

Thrown when the payment gateway receives an invalid response.

The API endpoint might be down, throwing an error, or returning a response whose signature can't be verified.

Hierarchy

Expanded class hierarchy of InvalidResponseException

File

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

Namespace

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

}

Members