class ImmutableConfigException in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Config/ImmutableConfigException.php \Drupal\Core\Config\ImmutableConfigException
Exception throw when an immutable config object is altered.
Hierarchy
- class \Drupal\Core\Config\ImmutableConfigException extends \Drupal\Core\Config\LogicException
Expanded class hierarchy of ImmutableConfigException
See also
\Drupal\Core\Config\ImmutableConfig
File
- core/
lib/ Drupal/ Core/ Config/ ImmutableConfigException.php, line 15 - Contains \Drupal\Core\Config\ImmutableConfigException.
Namespace
Drupal\Core\ConfigView source
class ImmutableConfigException extends \LogicException {
}