Salome HOME
Fix compilation error on Linux. Part III.
[modules/shaper.git] / src / PythonAPI / model / errors.py
index b848f6058d7956f91afa338e6795ad436752b307..e10ec92eed826dc456a8a7b80908f816e0e89557 100644 (file)
@@ -8,6 +8,10 @@ class WrongNumberOfArguments(ModelError):
     """Exception raised when a wrong number of arguments is given."""
     pass
 
+class FeatureInputInvalid(ModelError):
+    """Exception raised if a feature input is invalid."""
+    pass
+
     #Attributes:
         #expr -- input expression in which the error occurred
         #msg  -- explanation of the error