All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.org.kodein.db.leveldb.LevelDBException.kt Maven / Gradle / Ivy

package org.kodein.db.leveldb

/**
 * Exception thrown if something went wrong in a LevelDB operation.
 */
public class LevelDBException(message: String) : Exception(message) {
    //    constructor(e: Throwable) : super(e)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy