Base: change exception to (...)

Co-authored-by: Benjamin Nauck <benjamin@nauck.se>
This commit is contained in:
Chris Hennes
2025-02-23 14:25:30 -06:00
committed by GitHub
parent 59f8649103
commit 37d552eb4e

View File

@@ -108,7 +108,7 @@ Sheet::~Sheet()
try {
clearAll();
}
catch (boost::regex_error&) {
catch (...) {
// Don't let an exception propagate out of a destructor (calls terminate())
Base::Console().Error(
"clearAll() resulted in an exception when deleting the spreadsheet : %s\n",