Searched defs:IOException (Results 1 – 3 of 3) sorted by relevance
21 expect open class IOException(message: String?, cause: Throwable?) : Exception { class
28 actual typealias IOException = java.io.IOException typealias
25 public actual open class IOException actual constructor(message: String?, cause: Throwable?) : class