cobwebch/external_import

Catch database-related exceptions

Closed this issue · 1 comments

Various queries to the database are not wrapped inside a try ... catch statement, which lets exceptions bubble up to a point where they are wrongly reported as invalid configuration.

The issue is rather to fix the "top-most" try...catch block in the Importer class, which wrongly reports any uncaught exception as a missing External Import configuration.