StorageException.php

Definition of Drupal\Core\Config\StorageException.

Namespace

Drupal\Core\Config

File

drupal/core/lib/Drupal/Core/Config/StorageException.php
View source
<?php

/**
 * @file
 * Definition of Drupal\Core\Config\StorageException.
 */
namespace Drupal\Core\Config;


/**
 * An exception thrown in case of storage controller operation errors.
 */
class StorageException extends ConfigException {

}

Classes

Namesort descending Description
StorageException An exception thrown in case of storage controller operation errors.