Exceptions

main
Lukas Berens 2022-12-27 11:05:40 +01:00
parent 32fcefabb0
commit a21879f79d
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,5 @@
package tpe.exceptions.roboter.exceptions;
public class RobotException {
}

View File

@ -0,0 +1,5 @@
package tpe.exceptions.roboter.exceptions;
public class RobotIllegalStateException {
}

View File

@ -0,0 +1,5 @@
package tpe.exceptions.roboter.exceptions;
public class RobotMagicValueException {
}