for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace OldSound\RabbitMqBundle\Receiver;
class ReceiverException extends \Exception
{
/**
* @see ReceiverInterface::MSG_ACK
* @see ReceiverInterface::MSG_ACK_SENT
* @see ReceiverInterface::MSG_REJECT
* @see ReceiverInterface::MSG_REJECT_REQUEUE
*/
public function __construct(
$code = ReceiverInterface::MSG_SINGLE_NACK_REQUEUE,
$message = "",
Throwable $previous = null
OldSound\RabbitMqBundle\Receiver\Throwable
Throwable
\
) {
parent::__construct($message, $code, $previous);
}