class InvalidArgumentException in Apigee Edge 8
Same name in this branch
- 8 src/Exception/InvalidArgumentException.php \Drupal\apigee_edge\Exception\InvalidArgumentException
- 8 modules/apigee_edge_teams/src/Exception/InvalidArgumentException.php \Drupal\apigee_edge_teams\Exception\InvalidArgumentException
Module specific invalid argument exception.
Hierarchy
- class \Drupal\apigee_edge\Exception\InvalidArgumentException implements ApigeeEdgeExceptionInterface
- class \Drupal\apigee_edge\Exception\InvalidArgumentException implements ApigeeEdgeExceptionInterface
Expanded class hierarchy of InvalidArgumentException
10 files declare their use of InvalidArgumentException
- AttributesAwareFieldableEdgeEntityBase.php in src/
Entity/ AttributesAwareFieldableEdgeEntityBase.php - DeveloperApp.php in src/
Entity/ DeveloperApp.php - EdgeEntityBase.php in src/
Entity/ EdgeEntityBase.php - FieldableEdgeEntityBase.php in src/
Entity/ FieldableEdgeEntityBase.php - FieldableEdgeEntityStorageBase.php in src/
Entity/ Storage/ FieldableEdgeEntityStorageBase.php
File
- src/
Exception/ InvalidArgumentException.php, line 26
Namespace
Drupal\apigee_edge\ExceptionView source
class InvalidArgumentException extends \InvalidArgumentException implements ApigeeEdgeExceptionInterface {
}