Raise ImportError instead of Exception for an import error
The issue at hand is in fact an error on import, and more specific exceptions are nicer to work with.
Showing
Please register or sign in to comment
The issue at hand is in fact an error on import, and more specific exceptions are nicer to work with.