@@ -33,7 +33,7 @@ |
||
33 | 33 | |
34 | 34 | if (!$this->fs->exists($filePath)) |
35 | 35 | { |
36 | - throw new FileNotFoundException("The following file could not be found: ${filePath}"); |
|
36 | + throw new FileNotFoundException("The following file could not be found: ${filepath}"); |
|
37 | 37 | } |
38 | 38 | |
39 | 39 | $this->fileExtension = strtolower($this->fs->getExtension($filePath)); |