EntityMalformedException.php

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

Namespace

Drupal\Core\Entity

File

core/lib/Drupal/Core/Entity/EntityMalformedException.php

View source
<?php

namespace Drupal\Core\Entity;


/**
 * Defines an exception thrown when a malformed entity is passed.
 */
class EntityMalformedException extends \Exception {

}

Classes

Title Deprecated Summary
EntityMalformedException Defines an exception thrown when a malformed entity is passed.

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