package robot.exceptions; public class RobotMagicValueException extends RobotException { public RobotMagicValueException(robotExceptions type, String errormessage) { super(type, errormessage); } }