Skip to content
Snippets Groups Projects

Issue #3015199: Allow SkipOnValue to include a message in the MigrateSkipRowException.

Files
7
@@ -151,7 +151,7 @@ class EntityValue extends ProcessPluginBase implements ContainerFactoryPluginInt
}
else {
if ($langcode) {
throw new \InvalidArgumentException('Langcode can only be used with content entities currently.');
throw new MigrateException('Langcode can only be used with content entities currently.');
}
}
try {
Loading