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

com.twitter.finatra.httpclient.HttpClientException.scala Maven / Gradle / Ivy

The newest version!
package com.twitter.finatra.httpclient

import scala.util.control.NoStackTrace
import com.twitter.finagle.http.Status

class HttpClientException(val status: Status, msg: String) extends Exception(msg) with NoStackTrace




© 2015 - 2024 Weber Informatics LLC | Privacy Policy