You are here

StorageException.php in Drupal 9

Namespace

Drupal\Core\Config

File

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

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.