Source code for loom.core.cache.errors

"""Errors raised by the cache layer."""

from __future__ import annotations


[docs] class CacheWriteError(ValueError): """A value could not be serialised for the cache; nothing was stored."""