Skip to content

Commit 7afbaa7

Browse files
author
Sarah Akinkunmi
committed
exception
1 parent 4267c97 commit 7afbaa7

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

src/chapter11/Kata.java

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package chapter11.beansbusiness.exceptions;
2+
3+
public class MoneyException extends IllegalArgumentException{
4+
public MoneyException(String s) {
5+
super(s);
6+
}
7+
}

0 commit comments

Comments
 (0)