ConfigValueException.php

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

Namespace

Drupal\Core\Config

File

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

View source
<?php

namespace Drupal\Core\Config;


/**
 * Exception thrown when config object values are invalid.
 */
class ConfigValueException extends ConfigException {

}

Classes

Title Deprecated Summary
ConfigValueException Exception thrown when config object values are invalid.

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