You are here

ImmutableConfigException.php in Zircon Profile 8

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

Namespace

Drupal\Core\Config

File

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

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


/**
 * Exception throw when an immutable config object is altered.
 *
 * @see \Drupal\Core\Config\ImmutableConfig
 */
class ImmutableConfigException extends \LogicException {

}

Classes

Namesort descending Description
ImmutableConfigException Exception throw when an immutable config object is altered.