Skip to content

Commit b0bac8a

Browse files
Initial Commit
1 parent 9da9a16 commit b0bac8a

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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 IceCreamScoopException extends Exception{
12+
13+
public String toString()
14+
{
15+
return "ONLY 3 SCOOPS ARE ALLOWED";
16+
}
17+
}
18+

0 commit comments

Comments
 (0)