
scalapb_json.JsonFormatException.scala Maven / Gradle / Ivy
package scalapb_json
case class JsonFormatException(msg: String, cause: Exception) extends Exception(msg, cause) {
def this(msg: String) = this(msg, null)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy