aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1923/gh326/pkg/BusinessDto.java
blob: 42d792b275f516f1bc99a7cfd0d1a6a19f821398 (plain)
1
2
3
4
5
6
7
8
package pkg;

public class BusinessDto {

  public BusinessDto() throws SourceException {
throw new SourceException();
}
}