LogicGates/eu.heili/InputOutOfBoundsException.java
lukas-heiligenbrunner 7bb6be21b6 reformat code
simplified generateion of new gates
2020-04-13 12:56:58 +02:00

6 lines
154 B
Java

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