Closed (fixed)
Project:
Drupal core
Version:
9.2.x-dev
Component:
migration system
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2020 at 14:01 UTC
Updated:
8 Jun 2021 at 09:09 UTC
Jump to comment: Most recent
Comments
Comment #3
matroskeenComment #4
matroskeenI checked all occurences of
new MigrateExecutablein 9.2.x branch and didn't find any try-catch constructions.I think it also proves the fact that this "throw" doc line is not necessary.
Comment #5
quietone commentedI reviewed the patch, all one line of it!
I checked the methods called in the constructor and I agree with Matroskeen there is nothing that will throw a MigrateException. Did some research and the throw was removed from MigrateExecutable in this commit and the docs was not updated.
Off we go!
Comment #7
catchCommitted 6503169 and pushed to 9.2.x. Thanks!