Salome HOME
SketchSolver library refactoring
[modules/shaper.git] / src / SketchSolver / SketchSolver_Error.h
index b05cb554e79993a169246adacc891df6d4ab0136..1a5718a8d8548e24b02f7a37fe265e0a33b873c4 100644 (file)
@@ -47,6 +47,12 @@ class SketchSolver_Error
     static const std::string MY_ERROR_VALUE("An arc should be an attribute of tangency constraint");
     return MY_ERROR_VALUE;
   }
+  /// Mirror constraint has wrong attributes
+  inline static const std::string& INCORRECT_MIRROR_ATTRIBUTE()
+  {
+    static const std::string MY_ERROR_VALUE("Mirror constraint has wrong attributes");
+    return MY_ERROR_VALUE;
+  }
 };
 
 #endif