com.justai.jaicf.channel.viber.sdk.api.ApiException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of viber Show documentation
Show all versions of viber Show documentation
JAICF-Kotlin Viber Channel implementation. Enables JAICF-Kotlin integration with Viber
package com.justai.jaicf.channel.viber.sdk.api
import com.justai.jaicf.channel.viber.sdk.api.request.ErrorResponse
import java.util.concurrent.ExecutionException
class ApiException(response: ErrorResponse) : ExecutionException(response.statusMessage)