
io.getunleash.errors.ServerException.kt Maven / Gradle / Ivy
package io.getunleash.errors
class ServerException(statusCode: Int) : Exception("Unleash responsded with $statusCode") {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package io.getunleash.errors
class ServerException(statusCode: Int) : Exception("Unleash responsded with $statusCode") {
}