UnsupportedFileFormatException constructor

init

Initializes a new instance of UnsupportedFileFormatException class.

def __init__(self):
    ...

init

Initializes a new instance of UnsupportedFileFormatException class.

def __init__(self, path_file):
    ...
Parameter Type Description
path_file str

See Also