Skip to content
Snippets Groups Projects
Commit f4472f5b authored by Alex Barth's avatar Alex Barth
Browse files

Remove unused exception.

parent 6f438a92
No related branches found
No related tags found
No related merge requests found
...@@ -41,15 +41,6 @@ interface FeedsSourceInterface { ...@@ -41,15 +41,6 @@ interface FeedsSourceInterface {
public function sourceFormValidate(&$values); 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 * This class encapsulates a source of a feed. While a FeedsImporter object
* contains a feed import configuration, a FeedsSource object is what passes * contains a feed import configuration, a FeedsSource object is what passes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment