InitializationException constructor

init

Initialize an InitializationException instance

def __init__(self):
    ...

init

Initialize an InitializationException instance with specified exception message.

def __init__(self, msg):
    ...
ParameterTypeDescription
msgstr

See Also