Total Complexity | 2 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class InvalidArgumentException extends HttpException |
||
9 | { |
||
10 | /** |
||
11 | * Constructor. |
||
12 | * @param string $message error message |
||
13 | * @param int $code error code |
||
14 | * @param \Exception|null $previous The previous exception used for the exception chaining. |
||
15 | */ |
||
16 | public function __construct( |
||
25 |