cn.authing.core.graphql.GraphQLException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-core Show documentation
Show all versions of java-core Show documentation
java backend sdk for authing
package cn.authing.core.graphql
import java.lang.Exception
class GraphQLException(message: String) : Exception("Graphql error: \n$message") {}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy