You are here

class ConfigValueException in Zircon Profile 8

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

Exception thrown when config object values are invalid.

Hierarchy

Expanded class hierarchy of ConfigValueException

1 file declares its use of ConfigValueException
ConfigCRUDTest.php in core/modules/config/src/Tests/ConfigCRUDTest.php
Contains \Drupal\config\Tests\ConfigCRUDTest.

File

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

Namespace

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

}

Members