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

com.justai.jaicf.channel.viber.sdk.api.ApiException.kt Maven / Gradle / Ivy

Go to download

JAICF-Kotlin Viber Channel implementation. Enables JAICF-Kotlin integration with Viber

There is a newer version: 1.3.7
Show newest version
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)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy