![JAR search and dependency download from the Maven repository](/logo.png)
graphql.kickstart.execution.instrumentation.TrackingApproachException Maven / Gradle / Ivy
package graphql.kickstart.execution.instrumentation;
public class TrackingApproachException extends RuntimeException {
TrackingApproachException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy