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