Skip to content

Commit 515bf43

Browse files
committed
feat: adds NoSponsorsException.java
1 parent d049059 commit 515bf43

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package com.codedifferently.lesson16.evanphilakhong;
2+
3+
public class NoSponsorsException extends Exception {
4+
public NoSponsorsException(String message) {
5+
super(message);
6+
}
7+
}

0 commit comments

Comments
 (0)