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

kotlinx.io.errors.Errors.kt Maven / Gradle / Ivy

The newest version!
package kotlinx.io.errors

expect open class IOException(message: String, cause: Throwable?) : Exception {
    constructor(message: String)
}

expect open class EOFException(message: String) : IOException




© 2015 - 2025 Weber Informatics LLC | Privacy Policy