commonMain.net.iriscan.sdk.io.exception.IOException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of biometric-sdk Show documentation
Show all versions of biometric-sdk Show documentation
Biometric SDK Kotlin Multiplatform library (android + ios)
package net.iriscan.sdk.io.exception
import net.iriscan.sdk.exception.SdkException
/**
* @author Slava Gornostal
*/
class IOException(message: String, throwable: Throwable? = null) :
SdkException(message, throwable)