FileFormatException constructor
init
Initializes a new instance of FileFormatException class.
def __init__(self, source_path, target_path):
...
| Parameter | Type | Description |
|---|---|---|
| source_path | str | The source file path |
| target_path | str | The target file path |