AuthenticationKeyException.php in Apigee Edge 8
Namespace
Drupal\apigee_edge\ExceptionFile
src/Exception/AuthenticationKeyException.phpView 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
Name | Description |
---|---|
AuthenticationKeyException | Defines an exception for authentication key problems. |