You are here

InvalidRequestException.php in Commerce Core 8.2

File

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

namespace Drupal\commerce_payment\Exception;


/**
 * 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.
 */
class InvalidRequestException extends PaymentGatewayException {

}

Classes

Namesort descending Description
InvalidRequestException Thrown when the payment gateway makes an invalid request.