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

