ConfigNameException.php

Same filename in other branches
  1. 9 core/lib/Drupal/Core/Config/ConfigNameException.php
  2. 8.9.x core/lib/Drupal/Core/Config/ConfigNameException.php
  3. 11.x core/lib/Drupal/Core/Config/ConfigNameException.php

Namespace

Drupal\Core\Config

File

core/lib/Drupal/Core/Config/ConfigNameException.php

View source
<?php

namespace Drupal\Core\Config;


/**
 * Exception thrown when a config object name is invalid.
 */
class ConfigNameException extends ConfigException {

}

Classes

Title Deprecated Summary
ConfigNameException Exception thrown when a config object name is invalid.

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