Skip to content

Commit 74b63c0

Browse files
viniciusssskafandri
authored andcommitted
Fix typo (#461)
RestartConsumerException -> StopConsumerException
1 parent a7d1a7c commit 74b63c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RabbitMq/Exception/StopConsumerException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* If this exception is thrown in consumer service the message
88
* will not be ack and consumer will stop
99
* if using demonized, ex: supervisor, the consumer will actually restart
10-
* Class RestartConsumerException
10+
* Class StopConsumerException
1111
* @package OldSound\RabbitMqBundle\RabbitMq\Exception
1212
*/
1313
class StopConsumerException extends \RuntimeException

0 commit comments

Comments
 (0)