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:
@@ -173,7 +173,7 @@ void BOPAlgo_Algo::UserBreak() const
|
||||
return;
|
||||
}
|
||||
if (myProgressIndicator->UserBreak()) {
|
||||
throw Standard_NotImplemented("");
|
||||
throw Standard_NotImplemented ("BOPAlgo_Algo::UserBreak(), method is not implemented");
|
||||
}
|
||||
}
|
||||
// myErrorStatus
|
||||
|
Reference in New Issue
Block a user