Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Config / Entity / Exception / ConfigEntityStorageClassException.php
1 <?php
2
3 namespace Drupal\Core\Config\Entity\Exception;
4
5 use Drupal\Core\Config\ConfigException;
6
7 /**
8  * Thrown when a storage class is not an instance of ConfigEntityStorage.
9  */
10 class ConfigEntityStorageClassException extends ConfigException {}