ConfigDuplicateUUIDException.php in Drupal 10
Same filename and directory in other branches
Namespace
Drupal\Core\ConfigFile
core/lib/Drupal/Core/Config/ConfigDuplicateUUIDException.phpView source
<?php
namespace Drupal\Core\Config;
/**
* Exception thrown when a config object UUID causes a conflict.
*/
class ConfigDuplicateUUIDException extends ConfigException {
}
Classes
Name | Description |
---|---|
ConfigDuplicateUUIDException | Exception thrown when a config object UUID causes a conflict. |