X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FConsole%2FExecutor.cc;h=1a93b6e95647e249e0ac976c5d5bf26f389ebb4d;hb=f9a4c0220f2106091d833af051de89e255f40308;hp=e464906e330c2299be7e5776ef399d7122828be7;hpb=7f1c36ac78c8aec05f857d7594ea70e865c822ef;p=senf.git diff --git a/Utils/Console/Executor.cc b/Utils/Console/Executor.cc index e464906..1a93b6e 100644 --- a/Utils/Console/Executor.cc +++ b/Utils/Console/Executor.cc @@ -340,10 +340,10 @@ senf::console::Executor::traverseDirectory(ParseCommandInfo::TokensRange const & } } catch (std::bad_cast &) { - throw InvalidDirectoryException(); + throw InvalidDirectoryException(errorPath); } catch (UnknownNodeNameException &) { - throw InvalidDirectoryException(); + throw InvalidDirectoryException(errorPath); } }