From e39374e48ff5bd4ee59f7be6533cdb39b6eb5bea Mon Sep 17 00:00:00 2001 From: Alex Barth <alex_b@53995.no-reply.drupal.org> Date: Wed, 21 Oct 2009 14:30:19 +0000 Subject: [PATCH] Add todo for refactoring exception catching. --- includes/FeedsImporter.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/FeedsImporter.inc b/includes/FeedsImporter.inc index 55104a1b..44903a25 100644 --- a/includes/FeedsImporter.inc +++ b/includes/FeedsImporter.inc @@ -130,6 +130,7 @@ class FeedsImporter extends FeedsConfigurable { * If a problem with fetching, parsing or processing occured. * @todo: Iron out and document potential Exceptions. * @todo: Support batching. + * @todo: catch exceptions outside of import(), clear() and expire(). */ public function import(FeedsSource $source) { try { -- GitLab