GifImageException constructor
init
Initializes a new instance of the GifImageException class.
def __init__(self, message):
    ...
| Parameter | Type | Description | 
|---|---|---|
| message | str | The exception message. | 
Initializes a new instance of the GifImageException class.
def __init__(self, message):
    ...
| Parameter | Type | Description | 
|---|---|---|
| message | str | The exception message. |