1
0
mirror of https://github.com/pcvolkmer/onkostar-plugin-dnpm.git synced 2025-07-03 01:32:55 +00:00

Issue #7: Übernahme von MTB und MTB-Datum aus Hauptformular

This commit is contained in:
2023-03-13 12:41:00 +01:00
parent e89b31532b
commit 6804b290cd
5 changed files with 212 additions and 0 deletions

View File

@ -0,0 +1,9 @@
package DNPM.exceptions;
public class FormException extends RuntimeException {
public FormException(String message) {
super(message);
}
}