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_teams\Exception\InvalidArgumentException implements ApigeeEdgeTeamsExceptionInterface
- class \Drupal\apigee_edge_teams\Exception\InvalidArgumentException implements ApigeeEdgeTeamsExceptionInterface
Expanded class hierarchy of InvalidArgumentException
3 files declare their use of InvalidArgumentException
- TeamMemberRoleStorage.php in modules/
apigee_edge_teams/ src/ Entity/ Storage/ TeamMemberRoleStorage.php - TeamPermissionHandler.php in modules/
apigee_edge_teams/ src/ TeamPermissionHandler.php - TeamRoleStorage.php in modules/
apigee_edge_teams/ src/ Entity/ Storage/ TeamRoleStorage.php
File
- modules/
apigee_edge_teams/ src/ Exception/ InvalidArgumentException.php, line 26
Namespace
Drupal\apigee_edge_teams\ExceptionView source
class InvalidArgumentException extends \InvalidArgumentException implements ApigeeEdgeTeamsExceptionInterface {
}