blob: fd3f2322599c8bb6a53f681ffad55331bcb9eb5c [file] [log] [blame]
package test2;
public class SetExceptions {
public void f() throws Exception {
throw new Exception();
}
}