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

graphql.kickstart.execution.context.ContextSettingNotConfiguredException Maven / Gradle / Ivy

package graphql.kickstart.execution.context;

public class ContextSettingNotConfiguredException extends RuntimeException {

  ContextSettingNotConfiguredException() {
    super("Unconfigured context setting type");
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy