Closed netsensei closed 7 years ago
This module was written before Tiny::Try was wired in the application. Since this module handles parsing and validating of the INI config files, it should do proper exception handling instead of just die with a print message.
die
This issue has been fixed. We don't die anymore in Datahub::Factory::Pipeline.
This module was written before Tiny::Try was wired in the application. Since this module handles parsing and validating of the INI config files, it should do proper exception handling instead of just
die
with a print message.