Source code for cellmaps_coembedding.exceptions

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


[docs] class CellmapsCoEmbeddingError(Exception): """ Base exception for cellmaps_coembedding """ pass