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

com.lithic.api.errors.LithicException.kt Maven / Gradle / Ivy

package com.lithic.api.errors

open class LithicException
@JvmOverloads
constructor(message: String? = null, cause: Throwable? = null) : RuntimeException(message, cause)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy