Some contribute handlers rely on third-party tools not installed alone with ignite. So there usually will be an import error when users use them for the first time. Some of the import errors raised are RuntimeError, instead, we want it to be a more specific error type like ModuleNotFoundError.
We should replace all the manually raised RuntimeError with ModuleNotFoundError when some package can not be imported in third-party contribute handlers.
reference: #2742 (comment)