You are here

EmptyFeedException.php in Feeds 8.3

File

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

namespace Drupal\feeds\Exception;


/**
 * Thrown if a feed is empty to abort importing.
 */
class EmptyFeedException extends FeedsRuntimeException {

}

Classes

Namesort descending Description
EmptyFeedException Thrown if a feed is empty to abort importing.