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

org.http4s.InvalidBodyException.scala Maven / Gradle / Ivy

There is a newer version: 0.16.6a
Show newest version
package org.http4s

import scala.util.control.NoStackTrace

/** Exception dealing with invalid body
  * @param msg description if what makes the body invalid
  */
case class InvalidBodyException(msg: String) extends Exception(msg) with NoStackTrace




© 2015 - 2025 Weber Informatics LLC | Privacy Policy