0024002: Overall code and build procedure refactoring -- manual
[occt.git] / src / GProp / GProp_UndefinedAxis.hxx
index aaaf6e0..3822460 100644 (file)
@@ -22,6 +22,9 @@
 #include <Standard_SStream.hxx>
 #include <Standard_DomainError.hxx>
 
+//! This exception is raised when a method makes reference to
+//! an undefined inertia axis of symmetry.
+
 class GProp_UndefinedAxis;
 DEFINE_STANDARD_HANDLE(GProp_UndefinedAxis, Standard_DomainError)