Code Coverage
 
Classes and Traits
Functions and Methods
Lines
Total
100.00% covered (success)
100.00%
1 / 1
100.00% covered (success)
100.00%
0 / 0
CRAP
100.00% covered (success)
100.00%
0 / 0
ConfigDuplicateUUIDException
100.00% covered (success)
100.00%
1 / 1
100.00% covered (success)
100.00%
0 / 0
0
100.00% covered (success)
100.00%
0 / 0
<?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 {
}