You are here

ReferenceNotFoundException.php in Feeds 8.3

File

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

namespace Drupal\feeds\Exception;


/**
 * Thrown if a referenced entity is not found.
 */
class ReferenceNotFoundException extends ValidationException {

}

Classes

Namesort descending Description
ReferenceNotFoundException Thrown if a referenced entity is not found.