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

graphql.AssertException Maven / Gradle / Ivy

There is a newer version: 2.4.0-no-slf4j
Show newest version
package graphql;


public class AssertException extends GraphQLException {

    public AssertException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy