Merge pull request #21083 from 3x380V/exception-stage-1
Base: simplify Exception
This commit is contained in:
@@ -889,7 +889,7 @@ void TaskPostDataAlongLine::point1Changed(double)
|
||||
getObject<Fem::FemPostDataAlongLineFilter>()->GetAxisData();
|
||||
}
|
||||
catch (const Base::Exception& e) {
|
||||
e.ReportException();
|
||||
e.reportException();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1204,7 +1204,7 @@ void TaskPostDataAtPoint::centerChanged(double)
|
||||
onFieldActivated(currentField);
|
||||
}
|
||||
catch (const Base::Exception& e) {
|
||||
e.ReportException();
|
||||
e.reportException();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user