Source code for faust.web.cache.exceptions

"""Cache-related errors."""

__all__ = ['CacheUnavailable']


[docs]class CacheUnavailable(Exception): """The cache is currently unavailable."""