You are here

class EntityStorageException in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Entity/EntityStorageException.php \Drupal\Core\Entity\EntityStorageException

Defines an exception thrown when storage operations fail.

Hierarchy

Expanded class hierarchy of EntityStorageException

24 files declare their use of EntityStorageException
ConfigEntityStorageTest.php in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php
ConfigEntityTest.php in core/modules/config/tests/src/Functional/ConfigEntityTest.php
ConfigImporter.php in core/lib/Drupal/Core/Config/ConfigImporter.php
ContentModerationStateTest.php in core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php
EntityApiTest.php in core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php

... See full list

File

core/lib/Drupal/Core/Entity/EntityStorageException.php, line 8

Namespace

Drupal\Core\Entity
View source
class EntityStorageException extends \Exception {

}

Members