summaryrefslogtreecommitdiffstats
path: root/src/test/test2/SetExceptions.java
blob: fd3f2322599c8bb6a53f681ffad55331bcb9eb5c (plain)
1
2
3
4
5
6
7
package test2;

public class SetExceptions {
    public void f() throws Exception {
        throw new Exception();
    }
}