From f4472f5b20841dd3f6cf5cf0c9c2c5b167ce0cd9 Mon Sep 17 00:00:00 2001 From: Alex Barth <alex_b@53995.no-reply.drupal.org> Date: Mon, 7 Dec 2009 03:28:03 +0000 Subject: [PATCH] Remove unused exception. --- includes/FeedsSource.inc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/includes/FeedsSource.inc b/includes/FeedsSource.inc index b309e861..9ac1ca9b 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 -- GitLab