Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / migrate / src / Plugin / migrate / process / MenuLinkParent.php
index 0cb7c68a8d39ac48c0a662bdd57e419e05b4aabe..2d33e3abe329f9efa4bd89708da612c16d35f55e 100644 (file)
@@ -97,7 +97,7 @@ class MenuLinkParent extends ProcessPluginBase implements ContainerFactoryPlugin
         }
       }
     }
-    throw new MigrateSkipRowException();
+    throw new MigrateSkipRowException(sprintf("No parent link found for plid '%d' in menu '%s'.", $parent_id, $value[0]));
   }
 
 }