You are here

NotModifiedException.php in Feeds 8.3

File

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

namespace Drupal\feeds\Exception;


/**
 * Exception thrown if the feed has not been updated since the last run.
 */
class NotModifiedException extends FeedsRuntimeException {

}

Classes

Namesort descending Description
NotModifiedException Exception thrown if the feed has not been updated since the last run.