phenotypic.tools_.exceptions_.UnsupportedImageFormat#
- exception phenotypic.tools_.exceptions_.UnsupportedImageFormat(imformat)[source]
Bases:
ValueErrorRepresents 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