You are here

class ConfigReadonlyStorageException in Configuration Read-only mode 8

Defines an exception thrown when attempting to save config that is locked.

Hierarchy

Expanded class hierarchy of ConfigReadonlyStorageException

1 file declares its use of ConfigReadonlyStorageException
ConfigReadonlyStorage.php in src/Config/ConfigReadonlyStorage.php

File

src/Exception/ConfigReadonlyStorageException.php, line 8

Namespace

Drupal\config_readonly\Exception
View source
class ConfigReadonlyStorageException extends \RuntimeException {

}

Members