Source code for twindb_backup.cache.exceptions

"""TwinDB Backup cache exceptions."""
from twindb_backup.exceptions import TwinDBBackupError


[docs]class CacheException(TwinDBBackupError): """Cache errors"""