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

Add todo for refactoring exception catching.

parent ee1abd32
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
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