mantidimaging.core.utility.custom_exceptions module#

exception mantidimaging.core.utility.custom_exceptions.ImageLoadFailError(image_path: Path, source_error, message: str = '')[source]#

Bases: Exception

Exception raised when an image is not loaded correctly

error_paths: dict[Path, list] = {}#
is_logged()[source]#