package ww10.exception; public class InvalidInputException extends Exception { public InvalidInputException(String msg){ super(msg); } }