Issue #3189054 by Matroskeen, quietone: Exception 'MigrateException' is never thrown in the MigrateExecutable constructor

merge-requests/366/head
catch 2021-02-26 10:09:45 +00:00
parent 422919e9c8
commit 6503169010
1 changed files with 0 additions and 2 deletions

View File

@ -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;