Skip to content

Commit a8702b7

Browse files
committed
fix exception name
1 parent 054699c commit a8702b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-amqp/receive_logs.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
print_r($ex);
4141
} catch(AMQPExchangeException $ex) {
4242
print_r($ex);
43-
} catch(AMQPChanncelException $ex) {
43+
} catch(AMQPChannelException $ex) {
4444
print_r($ex);
4545
} catch(AMQPConnectionException $ex) {
4646
print_r($ex);

0 commit comments

Comments
 (0)