EntityStorageException.php

Definition of Drupal\Core\Entity\EntityStorageException.

Namespace

Drupal\Core\Entity

File

drupal/core/lib/Drupal/Core/Entity/EntityStorageException.php
View source
<?php

/**
 * @file
 * Definition of Drupal\Core\Entity\EntityStorageException.
 */
namespace Drupal\Core\Entity;

use Exception;

/**
 * Defines an exception thrown when storage operations fail.
 */
class EntityStorageException extends Exception {

}

Classes

Namesort descending Description
EntityStorageException Defines an exception thrown when storage operations fail.