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

.experiment-jvm-server.1.2.0-proxy.11.source-code.ExperimentException.kt Maven / Gradle / Ivy

package com.amplitude.experiment

class ExperimentException(
    override val message: String? = null,
    override val cause: Throwable? = null
) : Exception()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy