Source code for cellmaps_generate_hierarchy.exceptions

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


[docs] class CellmapsGenerateHierarchyError(Exception): """ Base exception for cellmaps_generate_hierarchy """ pass