You are here

class EmptyFeedException in Feeds 8.3

Thrown if a feed is empty to abort importing.

Hierarchy

Expanded class hierarchy of EmptyFeedException

26 files declare their use of EmptyFeedException
ConfigEntityReference.php in src/Feeds/Target/ConfigEntityReference.php
CsvParser.php in src/Feeds/Parser/CsvParser.php
CsvParserTest.php in tests/src/Unit/Feeds/Parser/CsvParserTest.php
DirectoryFetcher.php in src/Feeds/Fetcher/DirectoryFetcher.php
DirectoryFetcherTest.php in tests/src/Unit/Feeds/Fetcher/DirectoryFetcherTest.php

... See full list

File

src/Exception/EmptyFeedException.php, line 8

Namespace

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

}

Members