0028550: Foundation Classes - fix empty message passed to thrown exception
[occt.git] / src / GCE2d / GCE2d_MakeParabola.cxx
index e781b7c..54561a2 100644 (file)
@@ -72,6 +72,7 @@ GCE2d_MakeParabola::GCE2d_MakeParabola(const gp_Pnt2d& S1 ,
 
 const Handle(Geom2d_Parabola)& GCE2d_MakeParabola::Value() const
 { 
-  StdFail_NotDone_Raise_if(TheError != gce_Done,"");
+  StdFail_NotDone_Raise_if (TheError != gce_Done,
+                            "GCE2d_MakeParabola::Value() - no result");
   return TheParabola;
 }