Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

ImmutableConfigException.php

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

Title Deprecated Summary
ImmutableConfigException Exception throw when an immutable config object is altered.
RSS feed
Powered by Drupal