You are here

class RuntimeException in Apigee Edge 8

Same name in this branch
  1. 8 src/Exception/RuntimeException.php \Drupal\apigee_edge\Exception\RuntimeException
  2. 8 modules/apigee_edge_teams/src/Exception/RuntimeException.php \Drupal\apigee_edge_teams\Exception\RuntimeException

Module specific runtime exception class.

Hierarchy

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\Exception
View source
class RuntimeException extends \RuntimeException implements ApigeeEdgeExceptionInterface {

}

Members