class UserDeveloperConversionException in Apigee Edge 8
Base class for user to developer or developer to user conversion errors.
Hierarchy
- class \Drupal\apigee_edge\Exception\RuntimeException implements ApigeeEdgeExceptionInterface
- class \Drupal\apigee_edge\Exception\RuntimeException implements ApigeeEdgeExceptionInterface
- class \Drupal\apigee_edge\Exception\UserDeveloperConversionException implements ApigeeEdgeExceptionInterface
- class \Drupal\apigee_edge\Exception\RuntimeException implements ApigeeEdgeExceptionInterface
Expanded class hierarchy of UserDeveloperConversionException
3 files declare their use of UserDeveloperConversionException
- DeveloperCreateUpdate.php in src/
Job/ DeveloperCreateUpdate.php - UserCreateUpdate.php in src/
Job/ UserCreateUpdate.php - UserDeveloperSyncJobTrait.php in src/
Job/ UserDeveloperSyncJobTrait.php
File
- src/
Exception/ UserDeveloperConversionException.php, line 26
Namespace
Drupal\apigee_edge\ExceptionView source
class UserDeveloperConversionException extends \RuntimeException implements ApigeeEdgeExceptionInterface {
}