You are here

ProtectedEntityException.php in Entity Reference Integrity 8

File

modules/entity_reference_integrity_enforce/src/Exception/ProtectedEntityException.php
View source
<?php

namespace Drupal\entity_reference_integrity_enforce\Exception;


/**
 * An exception thrown when a protected entity cannot be deleted.
 */
class ProtectedEntityException extends \Exception {

}

Classes

Namesort descending Description
ProtectedEntityException An exception thrown when a protected entity cannot be deleted.