Searched defs:throwError (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/util/
H A Dexpression-evaluator.cpp135 throwError("Dimension mismatch during addition");
180 throwError("Unit in exponent");
216 throwError("Expected number or '('");
234 throwError("Unit was not resolved");
309 throwError("Unexpected token");
383 void ExpressionEvaluator::throwError(const char *msg) function in class:Inkscape::Util::ExpressionEvaluator

Completed in 16 milliseconds