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

io.getunleash.errors.ServerException.kt Maven / Gradle / Ivy

The newest version!
package io.getunleash.errors

class ServerException(statusCode: Int) : Exception("Unleash responded with $statusCode") {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy