util.FetchException.kt Maven / Gradle / Ivy
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