You are here

class ProtectedEntityException in Entity Reference Integrity 8

An exception thrown when a protected entity cannot be deleted.

Hierarchy

  • class \Drupal\entity_reference_integrity_enforce\Exception\ProtectedEntityException extends \Drupal\entity_reference_integrity_enforce\Exception\Exception

Expanded class hierarchy of ProtectedEntityException

2 files declare their use of ProtectedEntityException
EnforcedIntegrityTest.php in modules/entity_reference_integrity_enforce/tests/src/Functional/EnforcedIntegrityTest.php
EntityPredelete.php in modules/entity_reference_integrity_enforce/src/EntityPredelete.php

File

modules/entity_reference_integrity_enforce/src/Exception/ProtectedEntityException.php, line 8

Namespace

Drupal\entity_reference_integrity_enforce\Exception
View source
class ProtectedEntityException extends \Exception {

}

Members