7bb6be21b6
simplified generateion of new gates
6 lines
154 B
Java
6 lines
154 B
Java
public class InputOutOfBoundsException extends RuntimeException {
|
|
public InputOutOfBoundsException() {
|
|
super("Input out of bounds!");
|
|
}
|
|
}
|