Issue #3189054 by Matroskeen, quietone: Exception 'MigrateException' is never thrown in the MigrateExecutable constructor
parent
422919e9c8
commit
6503169010
|
@ -99,8 +99,6 @@ class MigrateExecutable implements MigrateExecutableInterface {
|
|||
* (optional) The migrate message service.
|
||||
* @param \Symfony\Contracts\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…
Reference in New Issue