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

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