You are here

class ConfigPrefixLengthException in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Config/ConfigPrefixLengthException.php \Drupal\Core\Config\ConfigPrefixLengthException

Exception thrown when the config prefix length is exceeded.

Hierarchy

Expanded class hierarchy of ConfigPrefixLengthException

1 file declares its use of ConfigPrefixLengthException
ConfigEntityType.php in core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php
Contains \Drupal\Core\Config\Entity\ConfigEntityType.

File

core/lib/Drupal/Core/Config/ConfigPrefixLengthException.php, line 13
Contains \Drupal\Core\Config\ConfigPrefixLengthException.

Namespace

Drupal\Core\Config
View source
class ConfigPrefixLengthException extends ConfigException {

}

Members