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

sangria.schema.SchemaMaterializationException.scala Maven / Gradle / Ivy

The newest version!
package sangria.schema

case class SchemaMaterializationException(message: String, cause: Throwable = null)
    extends Exception(message, cause)
case class InputMaterializationException(message: String) extends Exception(message)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy