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

skinny.test.MockHaltException.scala Maven / Gradle / Ivy

The newest version!
package skinny.test

/**
 * Mocked org.scalatra.HaltException.
 */
case class MockHaltException(
  status: Option[Int],
  reason: Option[String],
  headers: Map[String, String],
  body: Any
) extends Throwable




© 2015 - 2025 Weber Informatics LLC | Privacy Policy