"""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 |
| about summary refs log tree commit diff |
"""GN3 custom exceptions"""
class FailedToQueue(Exception):
"""Raised when a queueing operation fails"""
class RedisConnectionError(ConnectionError):
"""Raised when there is no Redis connection"""