update,
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
public class NegativeNumberException extends ArithmeticException {
|
||||
public NegativeNumberException() {
|
||||
super("No negative number please!");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user