ImportException constructor

__init__(self, msg)

Initializes a new instance


def __init__(self, msg):
    ...
ParameterTypeDescription
msgSystem.StringError message

See Also