com.increase.api.errors.IncreaseIoException.kt Maven / Gradle / Ivy
package com.increase.api.errors
class IncreaseIoException(message: String? = null, cause: Throwable? = null) :
IncreaseException(message, cause)
package com.increase.api.errors
class IncreaseIoException(message: String? = null, cause: Throwable? = null) :
IncreaseException(message, cause)