feat: CurrencyService outline & tests
This commit is contained in:
parent
27ff8e4e32
commit
b07fa4cb65
3 changed files with 80 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
package eu.ztsh.wymiana.exception;
|
||||
|
||||
public class InsufficientFundsException extends RuntimeException {
|
||||
|
||||
public InsufficientFundsException() {
|
||||
super("Insufficient funds");
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue