Merge pull request #21083 from 3x380V/exception-stage-1

Base: simplify Exception
This commit is contained in:
Benjamin Nauck
2025-05-06 09:29:45 +02:00
committed by GitHub
129 changed files with 747 additions and 1481 deletions

View File

@@ -674,7 +674,7 @@ void ViewProviderFemPostObject::setRangeOfColorBar(float min, float max)
m_colorBar->setRange(min, max);
}
catch (const Base::ValueError& e) {
e.ReportException();
e.reportException();
}
}