You are here

StorageException.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/lib/Drupal/Core/Config/StorageException.php

Namespace

Drupal\Core\Config

File

core/lib/Drupal/Core/Config/StorageException.php
View 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

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