Total Complexity | 4 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php declare(strict_types = 1); |
||
15 | class InvalidArchiveException extends RuntimeException |
||
16 | { |
||
17 | public function __construct(int $code, ?Throwable $previous = null) |
||
20 | } |
||
21 | |||
22 | private function getErrorMessage(int $errorCode): string |
||
25 | } |
||
26 | |||
27 | private function getZipErrorString(int $value): string |
||
34 |