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

henix.scetty.HttpException.scala Maven / Gradle / Ivy

The newest version!
package henix.scetty

class HttpException(url: String, status: Int, headers: List[(String, String)]) extends RuntimeException(s"url=$url | status=$status | headers=$headers")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy