ConfigPrefixLengthException.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/Config/ConfigPrefixLengthException.php
  2. 8.9.x core/lib/Drupal/Core/Config/ConfigPrefixLengthException.php
  3. 10 core/lib/Drupal/Core/Config/ConfigPrefixLengthException.php

Namespace

Drupal\Core\Config

File

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.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.