From 0caef2e81c9b650b5fd528954556a99034af976e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Tue, 27 Jun 2017 23:35:44 +0200 Subject: [PATCH] Extended error message. --- include/plasp/pddl/translation/Effect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/plasp/pddl/translation/Effect.h b/include/plasp/pddl/translation/Effect.h index 9b212fb..2ceddc3 100644 --- a/include/plasp/pddl/translation/Effect.h +++ b/include/plasp/pddl/translation/Effect.h @@ -62,7 +62,7 @@ inline void translateEffect(colorlog::ColorStream &outputStream, const ::pddl::n [&](const ::pddl::normalizedAST::DerivedPredicatePointer &, bool = true) { // TODO: refactor as to exclude derived predicates from the Effect variant - throw TranslatorException("derived predicates should not appear in effects"); + throw TranslatorException("derived predicates should not appear in effects, please report to the bug tracker"); }; const auto handleNegatedDerivedPredicate =