Fix crash if person hours doesn't fit into standard pattern

This commit is contained in:
2025-07-09 14:59:37 +02:00
parent a5a8c3410d
commit 1e5c7d259f
5 changed files with 62 additions and 4 deletions

View File

@@ -136,7 +136,7 @@ public partial class LeanderShiftPlannerMainWindow : Window
}
catch (Exception exception)
{
throw; // TODO handle exception
ViewService.ShowGeneralError(this).ErrorText = exception.Message;
}
}