AMQPExceptionInterface
last analyzed

Size/Duplication

Total Lines 3
Duplicated Lines 0 %

Test Coverage

Coverage 0%

Importance

Changes 1
Bugs 0 Features 1
Metric Value
c 1
b 0
f 1
dl 0
loc 3
ccs 0
cts 0
cp 0
1
<?php
2
namespace PhpAmqpLib\Exception;
3
4
interface AMQPExceptionInterface
5
{
6
}
7