com.github.wz2cool.dynamic.exception.InternalRuntimeException Maven / Gradle / Ivy
package com.github.wz2cool.dynamic.exception;
/**
* @author Frank
*/
public class InternalRuntimeException extends RuntimeException {
public InternalRuntimeException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy