You are here

ConfigNameException.php in Zircon Profile 8

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

Namespace

Drupal\Core\Config

File

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

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


/**
 * Exception thrown when a config object name is invalid.
 */
class ConfigNameException extends ConfigException {

}

Classes

Namesort descending Description
ConfigNameException Exception thrown when a config object name is invalid.