Rework debug mode

This commit is contained in:
crschnick
2024-01-15 17:43:03 +00:00
parent 057398c317
commit 3e07e890ea
4 changed files with 44 additions and 3 deletions

View File

@@ -26,6 +26,8 @@ public interface CommandControl extends ProcessControl {
CLOSE
}
void setSensitive();
CommandControl withExceptionConverter(ExceptionConverter converter);
CommandControl withErrorFormatter(Function<String, String> formatter);