templates updated

This commit is contained in:
stvort
2024-06-08 17:36:42 +04:00
parent d90691a058
commit b20dff009b
3 changed files with 12 additions and 0 deletions
@@ -4,4 +4,8 @@ public class QuestionReadException extends RuntimeException {
public QuestionReadException(String message, Throwable ex) {
super(message, ex);
}
public QuestionReadException(String message) {
super(message);
}
}
@@ -4,4 +4,8 @@ public class QuestionReadException extends RuntimeException {
public QuestionReadException(String message, Throwable ex) {
super(message, ex);
}
public QuestionReadException(String message) {
super(message);
}
}
@@ -4,4 +4,8 @@ public class QuestionReadException extends RuntimeException {
public QuestionReadException(String message, Throwable ex) {
super(message, ex);
}
public QuestionReadException(String message) {
super(message);
}
}