Test Failed
Push — master ( aa1a69...bd3168 )
by Mr
03:21
created

Exception::__construct()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 10

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 7
CRAP Score 1

Importance

Changes 0
Metric Value
dl 0
loc 10
ccs 7
cts 7
cp 1
rs 9.9332
c 0
b 0
f 0
cc 1
nc 1
nop 3
crap 1
1
<?php
2
3
namespace RouterOS\Exceptions;
4
5
/**
6
 * Class Exception
7
 * @package RouterOS\Exceptions
8
 * @since 0.1
9
 */
10
class Exception extends \Exception
11
{
12
}
13