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