9be6408b94d4e0f99e94b582addf5b0bad5be39b
[yaffs-website] / web / core / lib / Drupal / Core / Entity / EntityMalformedException.php
1 <?php
2
3 namespace Drupal\Core\Entity;
4
5 /**
6  * Defines an exception thrown when a malformed entity is passed.
7  */
8 class EntityMalformedException extends \Exception { }