Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / migrate / src / Row.php
index 83e97b130d8e062e31d17c442e4d44e29b598960..1b28b2d8dec049e8cd560485c0a525a981e58df4 100644 (file)
@@ -104,7 +104,7 @@ class Row {
     $this->isStub = $is_stub;
     foreach (array_keys($source_ids) as $id) {
       if (!$this->hasSourceProperty($id)) {
-        throw new \InvalidArgumentException("$id has no value");
+        throw new \InvalidArgumentException("$id is defined as a source ID but has no value.");
       }
     }
   }