You are here

ConfigEntityStorageClassException.php in Drupal 8

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

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