org.ssssssss.script.exception.DebugTimeoutException Maven / Gradle / Ivy
The newest version!
package org.ssssssss.script.exception;
public class DebugTimeoutException extends RuntimeException {
public DebugTimeoutException() {
super("debug超时");
}
public DebugTimeoutException(Throwable cause) {
super(cause);
}
}