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

graphql.ShouldNotHappenException Maven / Gradle / Ivy

package graphql;


public class ShouldNotHappenException extends GraphQLException {

    public ShouldNotHappenException() {
        super("This should not happen ..it's probably a bug");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy