You are here

ConfigEntityStorageClassException.php in Zircon Profile 8

File

core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityStorageClassException.php
View source
<?php

/**
 * @file
 * Contains \Drupal\Core\Config\Entity\Exception\ConfigEntityStorageClassException.
 */
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

Namesort descending Description
ConfigEntityStorageClassException Thrown when a storage class is not an instance of ConfigEntityStorage.