$this->message->
display($message);
} } } catch (MigrateException
$e) { $this->
getIdMap()->
saveIdMapping($row,
[],
$e->
getStatus());
$this->
saveMessage($e->
getMessage(),
$e->
getLevel());
} catch (\Exception
$e) { $this->
getIdMap() ->
saveIdMapping($row,
[], MigrateIdMapInterface::STATUS_FAILED
);
$this->
handleException($e);
} } $this->sourceRowStatus = MigrateIdMapInterface::STATUS_IMPORTED;
// Check for memory exhaustion.
if (($return =
$this->
checkStatus()) != MigrationInterface::RESULT_COMPLETED
) { break;
} // If anyone has requested we stop, return the requested result.