You are here

class ReferenceNotFoundException in Feeds 8.3

Thrown if a referenced entity is not found.

Hierarchy

Expanded class hierarchy of ReferenceNotFoundException

6 files declare their use of ReferenceNotFoundException
ConfigEntityReference.php in src/Feeds/Target/ConfigEntityReference.php
ConfigEntityReferenceTest.php in tests/src/Unit/Feeds/Target/ConfigEntityReferenceTest.php
EntityReference.php in src/Feeds/Target/EntityReference.php
EntityReferenceTest.php in tests/src/Unit/Feeds/Target/EntityReferenceTest.php
UserRole.php in src/Feeds/Target/UserRole.php

... See full list

File

src/Exception/ReferenceNotFoundException.php, line 8

Namespace

Drupal\feeds\Exception
View source
class ReferenceNotFoundException extends ValidationException {

}

Members

Namesort descending Modifiers Type Description Overrides
ValidationException::getFormattedMessage public function Returns the formatted message.