I'm writing an addon (let's call it MyAddon) which depends on other addon (say DependencyAddon). If I install DependencyAddon first and then install MyAddon all works fine. Otherwise I get an ImportError, which is obvious.
Is it possible to show custom error message "Install DependencyAddon first" instead of traceback?