PIbd - 21 Bakalskaya E.D. LabWork7 Hard #10

Closed
ekallin wants to merge 12 commits from LabWork7 into LabWork6
Showing only changes of commit 7b1c3f2630 - Show all commits

View File

@ -1,5 +1,5 @@
package ProjectElectricLocomotive;
//create lab 7
public class LocoNotFoundException extends RuntimeException {
public LocoNotFoundException(int i) {
super("Не найден объект по позиции" + i);