Repository URL to install this package:
|
Version:
0.6.9.post10 ▾
|
"""Cache-related errors."""
__all__ = ["CacheUnavailable"]
class CacheUnavailable(Exception):
"""The cache is currently unavailable."""