Skip to content
Snippets Groups Projects

Issue #3189054: Exception 'MigrateException' is never thrown in the MigrateExecutable constructor

Closed Issue #3189054: Exception 'MigrateException' is never thrown in the MigrateExecutable constructor
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -99,8 +99,6 @@ class MigrateExecutable implements MigrateExecutableInterface {
* (optional) The migrate message service.
* @param \Symfony\Component\EventDispatcher\EventDispatcherInterface $event_dispatcher
* (optional) The event dispatcher.
*
* @throws \Drupal\migrate\MigrateException
*/
public function __construct(MigrationInterface $migration, MigrateMessageInterface $message = NULL, EventDispatcherInterface $event_dispatcher = NULL) {
$this->migration = $migration;
Loading