StorageException.php in Zircon Profile 8.0
Same filename and directory in other branches
Contains \Drupal\Core\Config\StorageException.
Namespace
Drupal\Core\ConfigFile
core/lib/Drupal/Core/Config/StorageException.phpView source
<?php
/**
* @file
* Contains \Drupal\Core\Config\StorageException.
*/
namespace Drupal\Core\Config;
/**
* An exception thrown in case of storage operation errors.
*/
class StorageException extends ConfigException {
}
Classes
Name | Description |
---|---|
StorageException | An exception thrown in case of storage operation errors. |