@@ -172,7 +172,7 @@ |
||
172 | 172 | private function removeTemporaryFileOrFail(string $temporaryFilename): bool |
173 | 173 | { |
174 | 174 | if (! $this->removeTemporaryFile($temporaryFilename)) { |
175 | - throw new FileException("Can not remove temporary file ${temporaryFilename}."); |
|
175 | + throw new FileException("Can not remove temporary file ${temporaryfilename}."); |
|
176 | 176 | } |
177 | 177 | |
178 | 178 | return true; |