Merge branch 'NLPCRAFT-278' of https://github.com/apache/incubator-nlpcraft into NLPCRAFT-278
diff --git a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/compiler/functions/NCIdlFunctions.scala b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/compiler/functions/NCIdlFunctions.scala
index 0488e02..e28b91e 100644
--- a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/compiler/functions/NCIdlFunctions.scala
+++ b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/compiler/functions/NCIdlFunctions.scala
@@ -157,6 +157,7 @@
                     f.term.pred.apply(f.token.getOrElse(tkn()), f.idlCtx).value
                 }
                 catch {
+                    case e: NCE ⇒ throw new NCE(s"Execution error processing: $f", e)
                     case e: Exception ⇒ throw new Exception(s"Execution error processing: $f", e)
                 }