"""GN3 custom exceptions""" class FailedToQueue(Exception): """Raised when a queueing operation fails""" class RedisConnectionError(ConnectionError): """Raised when there is no Redis connection"""
index : genenetwork3 | ||
GeneNetwork3 REST API for data science and machine learning |
aboutsummaryrefslogtreecommitdiff |
"""GN3 custom exceptions""" class FailedToQueue(Exception): """Raised when a queueing operation fails""" class RedisConnectionError(ConnectionError): """Raised when there is no Redis connection"""