ConfigReadonlyStorageException.php in Configuration Read-only mode 8
Namespace
Drupal\config_readonly\ExceptionFile
src/Exception/ConfigReadonlyStorageException.phpView source
<?php
namespace Drupal\config_readonly\Exception;
/**
* Defines an exception thrown when attempting to save config that is locked.
*/
class ConfigReadonlyStorageException extends \RuntimeException {
}
Classes
Name | Description |
---|---|
ConfigReadonlyStorageException | Defines an exception thrown when attempting to save config that is locked. |