org.json4s.MappingException.scala Maven / Gradle / Ivy
The newest version!
package org.json4s
case class MappingException(msg: String, cause: Exception) extends Exception(msg, cause) {
def this(msg: String) = this(msg, null)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy