LogicGates/eu.heili/InputOutOfBoundsException.java
2020-04-13 11:23:57 +02:00

6 lines
153 B
Java

public class InputOutOfBoundsException extends RuntimeException{
public InputOutOfBoundsException() {
super("Input out of bounds!");
}
}