
util.FetchException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of experiment-jvm-server Show documentation
Show all versions of experiment-jvm-server Show documentation
Amplitude Experiment server-side SDK for JVM (Java, Kotlin)
package com.amplitude.experiment.util
import okio.IOException
internal class FetchException(
val statusCode: Int,
message: String
) : IOException(message)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy