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

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

package sangria.schema

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy