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

com.increase.api.errors.IncreaseIoException.kt Maven / Gradle / Ivy

There is a newer version: 0.98.0
Show newest version
package com.increase.api.errors

class IncreaseIoException(message: String? = null, cause: Throwable? = null) :
    IncreaseException(message, cause)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy