You are here

class InvalidArgumentException in Apigee Edge 8

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

Module specific invalid argument exception.

Hierarchy

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

... See full list

File

src/Exception/InvalidArgumentException.php, line 26

Namespace

Drupal\apigee_edge\Exception
View source
class InvalidArgumentException extends \InvalidArgumentException implements ApigeeEdgeExceptionInterface {

}

Members