Total Complexity | 1 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
26 | class InvalidArgumentException extends PsrCacheException implements PsrInvalidArgumentException |
||
27 | { |
||
28 | |||
29 | /** |
||
30 | * Creates the exception object. |
||
31 | * |
||
32 | * @param string $message |
||
33 | * @param Throwable|null $previous |
||
34 | */ |
||
35 | public function __construct(string $message, Throwable $previous = null) |
||
40 |