aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/before/StandardExceptions.java
blob: 7e4a3b93b29a74d5e9e09ff7146d58007be3be7f (plain)
1
2
3
4
5
6
@lombok.StandardException class EmptyException extends Exception {
}
@lombok.StandardException class NoArgsException extends Exception {
	public NoArgsException() {
	}
}