Skip to content

Commit 4888a37

Browse files
Initial Commit
1 parent b0bac8a commit 4888a37

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/**
2+
*
3+
*/
4+
package in.exam.util;
5+
6+
/**
7+
* @author M.NAVEEN
8+
* RANDOM CODER'S
9+
* Tech/Project Lead Android Club
10+
*/
11+
public class IceCreamFlavorException extends Exception {
12+
13+
public String toString()
14+
{
15+
return "INVALID ICE CREAM FLAVOR";
16+
}
17+
18+
}
19+

0 commit comments

Comments
 (0)