![JAR search and dependency download from the Maven repository](/logo.png)
io.gsonfire.gson.HookInvocationException Maven / Gradle / Ivy
package io.gsonfire.gson;
public class HookInvocationException extends RuntimeException {
public HookInvocationException(String message, Throwable throwable) {
super(message, throwable);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy