sangria.schema.SchemaMaterializationException.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sangria-core_2.13 Show documentation
Show all versions of sangria-core_2.13 Show documentation
Scala GraphQL implementation
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