6 lines
153 B
Java
6 lines
153 B
Java
![]() |
public class InputOutOfBoundsException extends RuntimeException{
|
||
|
public InputOutOfBoundsException() {
|
||
|
super("Input out of bounds!");
|
||
|
}
|
||
|
}
|