ImmutableConfigException.php
Same filename in other branches
Namespace
Drupal\Core\ConfigFile
-
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. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.