class RuntimeException in Apigee Edge 8
Same name in this branch
- 8 src/Exception/RuntimeException.php \Drupal\apigee_edge\Exception\RuntimeException
- 8 modules/apigee_edge_teams/src/Exception/RuntimeException.php \Drupal\apigee_edge_teams\Exception\RuntimeException
Module specific runtime exception class.
Hierarchy
- class \Drupal\apigee_edge\Exception\RuntimeException implements ApigeeEdgeExceptionInterface
- class \Drupal\apigee_edge\Exception\RuntimeException implements ApigeeEdgeExceptionInterface
Expanded class hierarchy of RuntimeException
4 files declare their use of RuntimeException
- AppCache.php in src/
Entity/ Controller/ Cache/ AppCache.php - DeveloperAppEdgeEntityControllerProxy.php in src/
Entity/ Controller/ DeveloperAppEdgeEntityControllerProxy.php - EdgeEntityType.php in src/
Entity/ EdgeEntityType.php - TeamAppEdgeEntityControllerProxy.php in modules/
apigee_edge_teams/ src/ Entity/ Controller/ TeamAppEdgeEntityControllerProxy.php
File
- src/
Exception/ RuntimeException.php, line 26
Namespace
Drupal\apigee_edge\ExceptionView source
class RuntimeException extends \RuntimeException implements ApigeeEdgeExceptionInterface {
}