diff --git a/includes/FeedsSource.inc b/includes/FeedsSource.inc index b309e861885d1ec728810601247fc78c63933bc8..9ac1ca9b451707cf87c7b9488765a04ef82dc3d4 100644 --- a/includes/FeedsSource.inc +++ b/includes/FeedsSource.inc @@ -41,15 +41,6 @@ interface FeedsSourceInterface { public function sourceFormValidate(&$values); } -/** - * This exception gets thrown when no source is available - * for a given feed_nid. - * - * @todo: don't use internal source loading + exception, but load source - * object and pass it into FeedsImporter object. - */ -class FeedsNoSourceException extends Exception {} - /** * This class encapsulates a source of a feed. While a FeedsImporter object * contains a feed import configuration, a FeedsSource object is what passes