You are here

EntityStorageException.php in Drupal 8

Namespace

Drupal\Core\Entity

File

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

namespace Drupal\Core\Entity;


/**
 * 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.