Total Complexity | 1 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
5 | class GlobalFilterWithHavingColumn extends \Exception |
||
6 | { |
||
7 | /** |
||
8 | * MinimumColumn constructor. |
||
9 | * |
||
10 | * @author Mathieu Petrini <[email protected]> |
||
11 | * |
||
12 | * @param int $code |
||
13 | * @param \Throwable|null $previous |
||
14 | */ |
||
15 | public function __construct($code = 0, \Throwable $previous = null) |
||
24 |