mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0028550: Foundation Classes - fix empty message passed to thrown exception
This commit is contained in:
@@ -78,6 +78,7 @@ GCE2d_MakeLine::GCE2d_MakeLine(const gp_Lin2d& Lin ,
|
||||
|
||||
const Handle(Geom2d_Line)& GCE2d_MakeLine::Value() const
|
||||
{
|
||||
StdFail_NotDone_Raise_if(TheError != gce_Done,"");
|
||||
StdFail_NotDone_Raise_if (TheError != gce_Done,
|
||||
"GCE2d_MakeLine::Value() - no result");
|
||||
return TheLine;
|
||||
}
|
||||
|
Reference in New Issue
Block a user