EntityStorageException.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/Entity/EntityStorageException.php
  2. 8.9.x core/lib/Drupal/Core/Entity/EntityStorageException.php
  3. 10 core/lib/Drupal/Core/Entity/EntityStorageException.php

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

Title Deprecated Summary
EntityStorageException Defines an exception thrown when storage operations fail.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.