com.increase.api.errors.IncreaseIoException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of increase-java-core Show documentation
Show all versions of increase-java-core Show documentation
An SDK library for increase
The newest version!
package com.increase.api.errors
class IncreaseIoException
@JvmOverloads
constructor(message: String? = null, cause: Throwable? = null) : IncreaseException(message, cause)