ProtectedEntityException.php in Entity Reference Integrity 8
File
modules/entity_reference_integrity_enforce/src/Exception/ProtectedEntityException.phpView source
<?php
namespace Drupal\entity_reference_integrity_enforce\Exception;
/**
* An exception thrown when a protected entity cannot be deleted.
*/
class ProtectedEntityException extends \Exception {
}
Classes
Name | Description |
---|---|
ProtectedEntityException | An exception thrown when a protected entity cannot be deleted. |