Spaces:
Build error
Build error
File size: 197 Bytes
d46f4a3 |
1 2 3 4 5 6 7 |
package net.minecraft.gametest.framework;
public class GameTestTimeoutException extends RuntimeException {
public GameTestTimeoutException(String p_127792_) {
super(p_127792_);
}
} |