class ConfigDuplicateUUIDException in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Config/ConfigDuplicateUUIDException.php \Drupal\Core\Config\ConfigDuplicateUUIDException
- 10 core/lib/Drupal/Core/Config/ConfigDuplicateUUIDException.php \Drupal\Core\Config\ConfigDuplicateUUIDException
Exception thrown when a config object UUID causes a conflict.
Hierarchy
- class \Drupal\Core\Config\ConfigException extends \Drupal\Core\Config\RuntimeException
- class \Drupal\Core\Config\ConfigDuplicateUUIDException
Expanded class hierarchy of ConfigDuplicateUUIDException
3 files declare their use of ConfigDuplicateUUIDException
- ConfigEntityBase.php in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php - ConfigEntityStorageTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigEntityStorageTest.php - ConfigEntityStorageTest.php in core/
tests/ Drupal/ Tests/ Core/ Config/ Entity/ ConfigEntityStorageTest.php
File
- core/
lib/ Drupal/ Core/ Config/ ConfigDuplicateUUIDException.php, line 8
Namespace
Drupal\Core\ConfigView source
class ConfigDuplicateUUIDException extends ConfigException {
}