ConfigPrefixLengthException.php 170 B

12345678
  1. <?php
  2. namespace Drupal\Core\Config;
  3. /**
  4. * Exception thrown when the config prefix length is exceeded.
  5. */
  6. class ConfigPrefixLengthException extends ConfigException {}