You are here

AuthenticationException.php in Commerce Core 8.2

File

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

namespace Drupal\commerce_payment\Exception;


/**
 * Thrown when the request can't be properly authenticated.
 *
 * Usually indicates missing or invalid API keys.
 */
class AuthenticationException extends InvalidRequestException {

}

Classes

Namesort descending Description
AuthenticationException Thrown when the request can't be properly authenticated.