You are here

class AuthenticationException in Commerce Core 8.2

Thrown when the request can't be properly authenticated.

Usually indicates missing or invalid API keys.

Hierarchy

Expanded class hierarchy of AuthenticationException

File

modules/payment/src/Exception/AuthenticationException.php, line 10

Namespace

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

}

Members