mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-07 05:37:56 +08:00
0028550: Foundation Classes - fix empty message passed to thrown exception
This commit is contained in:
@@ -111,7 +111,7 @@ void BRepAlgoAPI_Algo::UserBreak() const
|
||||
return;
|
||||
}
|
||||
if (myProgressIndicator->UserBreak()) {
|
||||
throw Standard_NotImplemented("");
|
||||
throw Standard_NotImplemented ("BRepAlgoAPI_Algo::UserBreak(), method is not implemented");
|
||||
}
|
||||
}
|
||||
//=======================================================================
|
||||
|
||||
Reference in New Issue
Block a user