Source code for cytotable.exceptions
"""
Provide hierarchy of exceptions for CytoTable
"""
[docs]
class CytoTableException(Exception):
"""
Root exception for custom hierarchy of exceptions
with CytoTable.
"""
"""
Provide hierarchy of exceptions for CytoTable
"""
[docs]
class CytoTableException(Exception):
"""
Root exception for custom hierarchy of exceptions
with CytoTable.
"""