thedatahub / Datahub-Factory

Datahub::Factory - Transport metadata between Collection Management Systems and the Datahub
Other
2 stars 4 forks source link

Review exception handling in transport command #36

Open netsensei opened 7 years ago

netsensei commented 7 years ago

The Datahub::Factory::Command::transport module currently contains several nested try...catch blocks, including different ways in which errors are caught, processed or bubble up to an ancestor catch.

netsensei commented 7 years ago

Todo:

netsensei commented 7 years ago