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