Merge pull request #21083 from 3x380V/exception-stage-1
Base: simplify Exception
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user