main.misk.redis.RedisConnectionException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of misk-redis Show documentation
Show all versions of misk-redis Show documentation
Open source application container in Kotlin
package misk.redis
class RedisConnectionException(cluster: String, cause: Throwable) :
RuntimeException("Could not connect to redis cluster: $cluster", cause)