test: NbpServiceTest invocation fixed
This commit is contained in:
parent
4a2338d699
commit
157a1ebe68
2 changed files with 17 additions and 8 deletions
|
@ -0,0 +1,9 @@
|
|||
package eu.ztsh.wymiana.exception;
|
||||
|
||||
public class NoDataException extends RuntimeException {
|
||||
|
||||
public NoDataException(String code, String date) {
|
||||
super("No data for code %s and date %s".formatted(code, date));
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue