You are here

ConfigDuplicateUUIDException.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/lib/Drupal/Core/Config/ConfigDuplicateUUIDException.php

Namespace

Drupal\Core\Config

File

core/lib/Drupal/Core/Config/ConfigDuplicateUUIDException.php
View source
<?php

/**
 * @file
 * Contains \Drupal\Core\Config\ConfigDuplicateUUIDException.
 */
namespace Drupal\Core\Config;


/**
 * Exception thrown when a config object UUID causes a conflict.
 */
class ConfigDuplicateUUIDException extends ConfigException {

}

Classes

Namesort descending Description
ConfigDuplicateUUIDException Exception thrown when a config object UUID causes a conflict.