Code

2geom tryout: new exceptions
[inkscape.git] / src / 2geom / sbasis.h
index 9fc16f1c6caa639da53cebeda6fd750ec245beb9..df41dca584fd8d1da82ebf5c73eb044620c3d049 100644 (file)
@@ -106,7 +106,8 @@ public:
 
     std::vector<double> valueAndDerivatives(double /*t*/, unsigned /*n*/) const {
         //TODO
-        throw NotImplemented();
+        throwNotImplemented();
+        //throw(NotImplemented(__FILE__, __LINE__));
     }
 
     SBasis toSBasis() const { return SBasis(*this); }