| Total Complexity | 1 |
| Total Lines | 12 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | class TargetAlreadyDefinedException extends LogicException |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * Constructor. |
||
| 21 | * |
||
| 22 | * @param DeferredCallChain $callchain |
||
| 23 | * @param mixed $expected_target The target instance |
||
| 24 | * @param mixed $target |
||
| 25 | */ |
||
| 26 | public function __construct(DeferredCallChain $callchain, $expected_target, $target) |
||
| 29 | } |
||
| 30 | } |