
public class test220e extends Exception {
    public test220e(String msg) {
        super(msg);
    }
}

