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

cn.authing.core.graphql.GraphQLException.kt Maven / Gradle / Ivy

There is a newer version: 4.3.79
Show newest version
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