Skip to content

Commit

Permalink
Sonar Scanner Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 committed Dec 11, 2024
1 parent 3ca0eba commit 529d19e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ namespace ImmediateForward
{
config.Channel = child.second.get<string>("Channel");
}
catch(const std::exception &e)
catch(const boost::property_tree::ptree_error &e)
{
config.Channel.clear();
PLOG(logERROR) << "Encountered error parsing configuration : " << e.what();
Expand All @@ -234,7 +234,7 @@ namespace ImmediateForward
_messageConfigMap.push_back(config);
}
}
catch(const std::exception &e)
catch(const boost::property_tree::ptree_error &e)
{
PLOG(logERROR) << "Error parsing Messages: " << e.what();
return false;
Expand Down

0 comments on commit 529d19e

Please sign in to comment.