ConfigPrefixLengthException.php
Namespace
Drupal\Core\ConfigFile
-
core/
lib/ Drupal/ Core/ Config/ ConfigPrefixLengthException.php
View source
<?php
namespace Drupal\Core\Config;
/**
* Exception thrown when the config prefix length is exceeded.
*/
class ConfigPrefixLengthException extends ConfigException {
}
Classes
Title | Deprecated | Summary |
---|---|---|
ConfigPrefixLengthException | Exception thrown when the config prefix length is exceeded. |