
com.lithic.api.errors.LithicIoException.kt Maven / Gradle / Ivy
package com.lithic.api.errors
class LithicIoException
@JvmOverloads
constructor(message: String? = null, cause: Throwable? = null) : LithicException(message, cause)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy