LogicGates/eu.heili/InputOutOfBoundsException.java

6 lines
153 B
Java
Raw Normal View History

2020-04-13 09:23:57 +00:00
public class InputOutOfBoundsException extends RuntimeException{
public InputOutOfBoundsException() {
super("Input out of bounds!");
}
}