You are here

TargetValidationException.php in Feeds 8.3

File

src/Exception/TargetValidationException.php
View source
<?php

namespace Drupal\feeds\Exception;


/**
 * Thrown if the target values are invalid and cannot be recovered.
 */
class TargetValidationException extends ValidationException {

}

Classes

Namesort descending Description
TargetValidationException Thrown if the target values are invalid and cannot be recovered.