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

com.twitter.finagle.redis.Exceptions.scala Maven / Gradle / Ivy

There is a newer version: 21.2.0
Show newest version
package com.twitter.finagle.redis

case class ServerError(message: String) extends Exception(message)
case class ClientError(message: String) extends Exception(message)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy