ConfigDuplicateUUIDException.php 175 B

12345678910
  1. <?php
  2. namespace Drupal\Core\Config;
  3. /**
  4. * Exception thrown when a config object UUID causes a conflict.
  5. */
  6. class ConfigDuplicateUUIDException extends ConfigException {
  7. }