![JAR search and dependency download from the Maven repository](/logo.png)
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 - 2025 Weber Informatics LLC | Privacy Policy