exception documentation

class ImportExceptionGroup(Exception): (source)

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): (source)

Undocumented

Parameters
message:str|NoneUndocumented
exceptions:Sequence[BaseException]Undocumented
exceptions = (source)

Undocumented