tiatoolbox.utils.exceptions.FileNotSupportedError#

exception FileNotSupportedError(message='File format is not supported')[source]#

Raise No supported file found error.

Parameters:

message (str) – Display message for the error.

Return type:

None

Initialize FileNotSupportedError.