InvalidConverterSettingsException constructor
init
Default constructor
def __init__(self):
...
init
Creates an exception with a specific message
def __init__(self, message):
...
Parameter | Type | Description |
---|---|---|
message | str | The message |
Default constructor
def __init__(self):
...
Creates an exception with a specific message
def __init__(self, message):
...
Parameter | Type | Description |
---|---|---|
message | str | The message |