Problem/Motivation
$message = sprintf("%s: %s", $plugin->getPluginId(), $e->getMessage());
This adds the plugin ID to the message, but the same plugin can sometimes be used more than one in a single pipeline.
$message = sprintf("%s: %s", $plugin->getPluginId(), $e->getMessage());
This adds the plugin ID to the message, but the same plugin can sometimes be used more than one in a single pipeline.