apigee_edge-8.x-1.17/src/Exception/AuthenticationKeyException.php
src/Exception/AuthenticationKeyException.php
<?php
namespace Drupal\apigee_edge\Exception;
use Apigee\Edge\Exception\ApiException;
/**
* Defines an exception for authentication key problems.
*/
class AuthenticationKeyException extends ApiException implements ApigeeEdgeExceptionInterface {
}
