class OauthTokenStorageException in Apigee Edge 8
Thrown in case of an OAuth token storage error.
Hierarchy
- class \Drupal\apigee_edge\Exception\RuntimeException implements ApigeeEdgeExceptionInterface
- class \Drupal\apigee_edge\Exception\RuntimeException implements ApigeeEdgeExceptionInterface
- class \Drupal\apigee_edge\Exception\OauthTokenStorageException
- class \Drupal\apigee_edge\Exception\RuntimeException implements ApigeeEdgeExceptionInterface
Expanded class hierarchy of OauthTokenStorageException
2 files declare their use of OauthTokenStorageException
- OauthTokenFileStorage.php in src/
OauthTokenFileStorage.php - OauthTokenFileStorageTest.php in tests/
src/ Kernel/ OauthTokenFileStorageTest.php
File
- src/
Exception/ OauthTokenStorageException.php, line 26
Namespace
Drupal\apigee_edge\ExceptionView source
class OauthTokenStorageException extends RuntimeException {
}