Spaces:
Build error
Build error
package net.minecraft.gametest.framework; | |
public class GameTestTimeoutException extends RuntimeException { | |
public GameTestTimeoutException(String p_127792_) { | |
super(p_127792_); | |
} | |
} |