commonMain.keep.exceptions.CacheSaveException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of keep-api Show documentation
Show all versions of keep-api Show documentation
An API to help caching simple objects
package keep.exceptions
class CacheSaveException(key: String, cause: Throwable) : CacheException(key, "Failed to save object with key `$key` to the cache", cause)