interface ApigeeEdgeExceptionInterface in Apigee Edge 8
Module specific base exception interface.
All exceptions thrown by this module should implement this.
Hierarchy
- interface \Drupal\apigee_edge\Exception\ApigeeEdgeExceptionInterface extends \Drupal\apigee_edge\Exception\Throwable
Expanded class hierarchy of ApigeeEdgeExceptionInterface
All classes that implement ApigeeEdgeExceptionInterface
File
- src/
Exception/ ApigeeEdgeExceptionInterface.php, line 28
Namespace
Drupal\apigee_edge\ExceptionView source
interface ApigeeEdgeExceptionInterface extends \Throwable {
}