@@ -96,7 +96,7 @@ |
||
96 | 96 | public function openFile(string $filename, array $options = []): self |
97 | 97 | { |
98 | 98 | if (!file_exists($filename)) { |
99 | - throw new ZipException("File {$filename} does not exist."); |
|
99 | + throw new ZipException("file {$filename} does not exist."); |
|
100 | 100 | } |
101 | 101 | |
102 | 102 | set_error_handler( |