
org.http4s.InvalidResponseException.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http4s-core_2.11 Show documentation
Show all versions of http4s-core_2.11 Show documentation
Core http4s library for servers and clients
package org.http4s
import scala.util.control.NoStackTrace
/** Exception dealing with invalid response
* @param msg description if what makes the response invalid
*/
case class InvalidResponseException(msg: String) extends Exception(msg) with NoStackTrace
© 2015 - 2025 Weber Informatics LLC | Privacy Policy