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

.experiment-jvm-server.1.4.0-beta.1.source-code.ExperimentException.kt Maven / Gradle / Ivy

There is a newer version: 1.6.1
Show newest version
package com.amplitude.experiment

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy