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

graphql.kickstart.servlet.core.internal.VariableMapException Maven / Gradle / Ivy

package graphql.kickstart.servlet.core.internal;

public class VariableMapException extends RuntimeException {

  VariableMapException(String message) {
    super(message);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy