You are here

ConfigValueException.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/lib/Drupal/Core/Config/ConfigValueException.php

Namespace

Drupal\Core\Config

File

core/lib/Drupal/Core/Config/ConfigValueException.php
View source
<?php

/**
 * @file
 * Contains \Drupal\Core\Config\ConfigValueException.
 */
namespace Drupal\Core\Config;


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

}

Classes

Namesort descending Description
ConfigValueException Exception thrown when config object values are invalid.