OperationFailed
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 2
Duplicated Lines 0 %

Importance

Changes 2
Bugs 0 Features 0
Metric Value
eloc 1
dl 0
loc 2
c 2
b 0
f 0
wmc 0
1
<?php
2
3
namespace MatthiasMullie\Scrapbook\Exception;
4
5
/**
6
 * @author Martin Georgiev <[email protected]>
7
 * @copyright Copyright (c) 2017, Martin Georgiev. All rights reserved
8
 * @license LICENSE MIT
9
 */
10
class OperationFailed extends Exception
11
{
12
}
13