@@ -27,7 +27,7 @@ |
||
27 | 27 | |
28 | 28 | $path = $this->filePath->getFilePath($fileContents); |
29 | 29 | if (!file_exists($path)) { |
30 | - throw new \Exception('File does not exist at: ' . $path); |
|
30 | + throw new \Exception('File does not exist at: '.$path); |
|
31 | 31 | } |
32 | 32 | $fileContents = file_get_contents($path); |
33 | 33 |