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

Breadcrumb

  1. Drupal Core 11.1.x

ConfigEntityStorageClassException.php

Namespace

Drupal\Core\Config\Entity\Exception

File

core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityStorageClassException.php

View source
<?php

namespace Drupal\Core\Config\Entity\Exception;

use Drupal\Core\Config\ConfigException;

/**
 * Thrown when a storage class is not an instance of ConfigEntityStorage.
 */
class ConfigEntityStorageClassException extends ConfigException {

}

Classes

Title Deprecated Summary
ConfigEntityStorageClassException Thrown when a storage class is not an instance of ConfigEntityStorage.

API Navigation

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