commonMain.kotlinx.io.errors.Errors.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlinx-io-linuxx64 Show documentation
Show all versions of kotlinx-io-linuxx64 Show documentation
IO support libraries for Kotlin
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