EntityMalformedException.php

Definition of Drupal\Core\Entity\EntityMalformedException.

Namespace

Drupal\Core\Entity

File

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

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

use Exception;

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

}

Classes

Namesort descending Description
EntityMalformedException Defines an exception thrown when a malformed entity is passed.