mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0028550: Foundation Classes - fix empty message passed to thrown exception
This commit is contained in:
@@ -182,7 +182,7 @@ void StepToTopoDS_TranslatePolyLoop::Init(const Handle(StepShape_PolyLoop)& PL,
|
||||
|
||||
const TopoDS_Shape& StepToTopoDS_TranslatePolyLoop::Value() const
|
||||
{
|
||||
StdFail_NotDone_Raise_if(!done,"");
|
||||
StdFail_NotDone_Raise_if (!done, "StepToTopoDS_TranslatePolyLoop::Value() - no result");
|
||||
return myResult;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user