summaryrefslogtreecommitdiffstatshomepage
path: root/core/lib/Drupal/Core/Config/ImmutableConfigException.php
blob: bf256e7da409842f380a00fb9331bc35689e06cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?php

namespace Drupal\Core\Config;

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