You are here

class SkipItemException in Feeds 8.3

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.

Hierarchy

Expanded class hierarchy of SkipItemException

2 files declare their use of SkipItemException
AfterParseBase.php in src/EventSubscriber/AfterParseBase.php
AfterParseBaseTest.php in tests/src/Unit/EventSubscriber/AfterParseBaseTest.php

File

src/Exception/SkipItemException.php, line 11

Namespace

Drupal\feeds\Exception
View source
class SkipItemException extends FeedsRuntimeException {

}

Members