You are here

ConfigReadonlyStorageException.php in Configuration Read-only mode 8

File

src/Exception/ConfigReadonlyStorageException.php
View source
<?php

namespace Drupal\config_readonly\Exception;


/**
 * Defines an exception thrown when attempting to save config that is locked.
 */
class ConfigReadonlyStorageException extends \RuntimeException {

}

Classes

Namesort descending Description
ConfigReadonlyStorageException Defines an exception thrown when attempting to save config that is locked.