AxesCompositionNotCombinableException constructor

init

Default constructor.

def __init__(self):
    ...

init

Constructor allowing a message to be added to this exception.

def __init__(self, message):
    ...
ParameterTypeDescription
messagestrmessage

See Also