You are here

AuthenticationKeyException.php in Apigee Edge 8

File

src/Exception/AuthenticationKeyException.php
View source
<?php

namespace Drupal\apigee_edge\Exception;

use Apigee\Edge\Exception\ApiException;

/**
 * Defines an exception for authentication key problems.
 */
class AuthenticationKeyException extends ApiException implements ApigeeEdgeExceptionInterface {

}

Classes

Namesort descending Description
AuthenticationKeyException Defines an exception for authentication key problems.