You are here

class ConfigValueException in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Config/ConfigValueException.php \Drupal\Core\Config\ConfigValueException
  2. 10 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

2 files declare their use of ConfigValueException
ConfigCRUDTest.php in core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php
ConfigTest.php in core/tests/Drupal/Tests/Core/Config/ConfigTest.php

File

core/lib/Drupal/Core/Config/ConfigValueException.php, line 8

Namespace

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

}

Members