Source code for cellmaps_image_embedding.exceptions

# -*- coding: utf-8 -*-


[docs] class CellMapsImageEmbeddingError(Exception): """ Base exception for CellMapsImageEmbedding """ pass