phenotypic.tools.exceptions_.UnsupportedImageFormat#

exception phenotypic.tools.exceptions_.UnsupportedImageFormat(imformat)[source]#

Bases: ValueError

Represents an error when an unsupported imformat format is detected.

This error is raised when a specified imformat format is not supported by the application or library that utilizes this exception class.

Parameters:

schema (str) – The imformat format that triggered this exception.

with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

args#