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

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

The newest version!
package com.increase.api.errors

class IncreaseInvalidDataException
@JvmOverloads
constructor(message: String? = null, cause: Throwable? = null) : IncreaseException(message, cause)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy