Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit 74ffdf5

Browse files
author
Steve Porter
authored
Merge pull request #2 from designmynight/syntax-fix
fix: syntax error
2 parents f5d01d2 + cb349d6 commit 74ffdf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/RabbitMQQueue.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ protected function popRaw($queueName = null)
7979
if ($message = $consumer->receiveNoWait()) {
8080
return new RabbitMQJob($this->container, $this, $consumer, $message);
8181
}
82+
} catch (\Exception $exception) {
8283
$this->reportConnectionError('pop', $exception);
8384
}
8485
}

0 commit comments

Comments
 (0)