You are here

SkipItemException.php in Feeds 8.3

File

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

namespace Drupal\feeds\Exception;


/**
 * Thrown if the import of a single item should be skipped.
 *
 * This exception should only be thrown by event subscribers that extend
 * \Drupal\feeds\EventSubscriber\AfterParseBase.
 */
class SkipItemException extends FeedsRuntimeException {

}

Classes

Namesort descending Description
SkipItemException Thrown if the import of a single item should be skipped.