AntelopeIO / appbase

Other
1 stars 6 forks source link

rethrow exception from plugins initialization #24

Closed huangminghuang closed 1 year ago

huangminghuang commented 1 year ago

This PR rethrows all exceptions from plugin::initialize() so that the main() can return different return code based on the exception thrown.

Resolves #1181