mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0028550: Foundation Classes - fix empty message passed to thrown exception
This commit is contained in:
@@ -106,6 +106,6 @@ const
|
||||
const TopoDS_Shape& BRepFill_OffsetAncestors::Ancestor(const TopoDS_Edge& S1)
|
||||
const
|
||||
{
|
||||
StdFail_NotDone_Raise_if( !myIsPerform, "");
|
||||
StdFail_NotDone_Raise_if (!myIsPerform, "BRepFill_OffsetAncestors::Ancestor() - Perform() should be called before accessing results");
|
||||
return myMap(S1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user