package dev.openrs2.cache import java.io.IOException public class StoreCorruptException(message: String) : IOException(message)