Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Config / ImmutableConfigException.php
1 <?php
2
3 namespace Drupal\Core\Config;
4
5 /**
6  * Exception throw when an immutable config object is altered.
7  *
8  * @see \Drupal\Core\Config\ImmutableConfig
9  */
10 class ImmutableConfigException extends \LogicException {
11 }