You are here

class ConfigDuplicateUUIDException in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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

2 files declare their use of ConfigDuplicateUUIDException
ConfigEntityBase.php in core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
Contains \Drupal\Core\Config\Entity\ConfigEntityBase.
ConfigEntityStorageTest.php in core/modules/config/src/Tests/ConfigEntityStorageTest.php
Contains \Drupal\config\Tests\ConfigEntityStorageTest.

File

core/lib/Drupal/Core/Config/ConfigDuplicateUUIDException.php, line 13
Contains \Drupal\Core\Config\ConfigDuplicateUUIDException.

Namespace

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

}

Members