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

sangria.marshalling.InputParsingError.scala Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package sangria.marshalling

case class InputParsingError(errors: Vector[String]) extends Exception(errors.mkString("\n"))




© 2015 - 2025 Weber Informatics LLC | Privacy Policy