You are here

ConfigValueException.php in Drupal 8

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

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