Error handling and fixes

This commit is contained in:
2024-09-11 20:35:34 +03:00
parent cb2bf433ac
commit e0cb2be804
12 changed files with 179 additions and 75 deletions

View File

@@ -267,7 +267,7 @@
}
else
{
ErrorHandler.Handle(e);
throw;
}
}
catch (Exception e)