Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

StorageTransformerException.php

Namespace

Drupal\Core\Config

File

core/lib/Drupal/Core/Config/StorageTransformerException.php

View source
<?php

namespace Drupal\Core\Config;


/**
 * Thrown by config storage transformers if they cannot acquire a lock.
 *
 * @see \Drupal\Core\Config\ImportStorageTransformer
 * @see \Drupal\Core\Config\ExportStorageManager
 */
class StorageTransformerException extends \Exception {

}

Classes

Title Deprecated Summary
StorageTransformerException Thrown by config storage transformers if they cannot acquire a lock.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal