Source code for cellmaps_ppi_embedding.exceptions

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


[docs] class CellMapsPPIEmbeddingError(Exception): """ Base exception for CellMapsPPIEmbedding """ pass