ConfigPrefixLengthException.php in Drupal 10
Same filename and directory in other branches
Namespace
Drupal\Core\ConfigFile
core/lib/Drupal/Core/Config/ConfigPrefixLengthException.phpView source
<?php
namespace Drupal\Core\Config;
/**
* Exception thrown when the config prefix length is exceeded.
*/
class ConfigPrefixLengthException extends ConfigException {
}
Classes
Name | Description |
---|---|
ConfigPrefixLengthException | Exception thrown when the config prefix length is exceeded. |