You are here

ImmutableConfigException.php in Drupal 10

Namespace

Drupal\Core\Config

File

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

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.