Skip to content

Commit 31780d9

Browse files
author
Joan He
committed
Merge remote-tracking branch 'origin/MAGETWO-90466-amqp' into pr
2 parents 792ad80 + 2509d68 commit 31780d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Amqp/TopologyInstaller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function install()
9292
$amqpConfig = $this->configPool->get($exchange->getConnection());
9393
$this->exchangeInstaller->install($amqpConfig->getChannel(), $exchange);
9494
}
95-
} catch (\PhpAmqpLib\Exception\AMQPExceptionInterface $e) {
95+
} catch (\Exception $e) {
9696
$this->logger->error("AMQP topology installation failed: {$e->getMessage()}\n{$e->getTraceAsString()}");
9797
}
9898
}

0 commit comments

Comments
 (0)