You are here

class TargetValidationException in Feeds 8.3

Thrown if the target values are invalid and cannot be recovered.

Hierarchy

Expanded class hierarchy of TargetValidationException

9 files declare their use of TargetValidationException
ConfigEntityReference.php in src/Feeds/Target/ConfigEntityReference.php
EntityReference.php in src/Feeds/Target/EntityReference.php
FieldTargetBase.php in src/Plugin/Type/Target/FieldTargetBase.php
File.php in src/Feeds/Target/File.php
FileTestBase.php in tests/src/Kernel/Feeds/Target/FileTestBase.php

... See full list

File

src/Exception/TargetValidationException.php, line 8

Namespace

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

}

Members

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