Total Complexity | 1 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
5 | class ReceiverException extends \Exception |
||
6 | { |
||
7 | /** |
||
8 | * @see ReceiverInterface::MSG_ACK |
||
9 | * @see ReceiverInterface::MSG_ACK_SENT |
||
10 | * @see ReceiverInterface::MSG_REJECT |
||
11 | * @see ReceiverInterface::MSG_REJECT_REQUEUE |
||
12 | * @see ReceiverInterface::MSG_ACK_SENT |
||
13 | */ |
||
14 | public function __construct( |
||
20 | } |
||
21 | } |