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

commonMain.net.codinux.csv.IOException.kt Maven / Gradle / Ivy

Go to download

Port of FastCSV, an ultra fast and simple RFC 4180 compliant CSV library, for Kotlin Multiplatform

The newest version!
package net.codinux.csv

class IOException(message: String, cause: Throwable? = null) : Exception(message, cause)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy