class documentation

class ImportExceptionGroup(Exception):

View In Hierarchy

Exceptions raised during importing the target objects.

It contains an error messages and a list of exceptions as its arguments.

Method __init__ Undocumented
Instance Variable exceptions Undocumented
def __init__(self, message, exceptions):

Undocumented

Parameters
message:Optional[str]Undocumented
exceptions:Sequence[BaseException]Undocumented
exceptions =

Undocumented