Total Complexity | 1 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php namespace Pz\Doctrine\Rest\BuilderChain\Exceptions; |
||
3 | class InvalidChainMemberResponse extends \RuntimeException |
||
4 | { |
||
5 | /** |
||
6 | * InvalidChainMemberResponse constructor. |
||
7 | * |
||
8 | * @param string $class |
||
9 | * @param int $code |
||
10 | * @param \Exception $previous |
||
11 | */ |
||
12 | 1 | public function __construct($class, $code = 0, \Exception $previous = null) |
|
17 |