Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Config/ConfigDuplicateUUIDException.php \Drupal\Core\Config\ConfigDuplicateUUIDException
  2. 9 core/lib/Drupal/Core/Config/ConfigDuplicateUUIDException.php \Drupal\Core\Config\ConfigDuplicateUUIDException

Exception thrown when a config object UUID causes a conflict.

Hierarchy

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/Tests/Core/Config/Entity/ConfigEntityStorageTest.php
ConfigEntityStorageTest.php in core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStorageTest.php

File

core/lib/Drupal/Core/Config/ConfigDuplicateUUIDException.php, line 8

Namespace

Drupal\Core\Config
View source
class ConfigDuplicateUUIDException extends ConfigException {

}

Members