Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
7 | 2 | public function __construct(array $operationData) |
|
8 | { |
||
9 | 2 | $message = "You passed an operation without a name to the PatchManager. The json should contains |
|
10 | 2 | an 'op' key. Here is the patch operation that failed: ".json_encode($operationData); |
|
11 | 2 | parent::__construct($message); |
|
12 | 2 | } |
|
14 |