| @@ -84,7 +84,7 @@ | ||
| 84 | 84 | |
| 85 | 85 | if (!$this->fs->exists($filePath)) | 
| 86 | 86 |          { | 
| 87 | -            throw new FileNotFoundException("The following file could not be found: ${filePath}"); | |
| 87 | +            throw new FileNotFoundException("The following file could not be found: ${filepath}"); | |
| 88 | 88 | } | 
| 89 | 89 | |
| 90 | 90 | $this->extension = strtolower($this->fs->getExtension($filePath)); | 
| @@ -24,7 +24,7 @@ | ||
| 24 | 24 | |
| 25 | 25 | if (!$this->fs->exists($this->themeFolder)) | 
| 26 | 26 |          { | 
| 27 | -            throw new FileNotFoundException("The '${themeName}' theme folder could not be found.'"); | |
| 27 | +            throw new FileNotFoundException("The '${themename}' theme folder could not be found.'"); | |
| 28 | 28 | } | 
| 29 | 29 | |
| 30 | 30 | if ($this->fs->exists($this->themeFile)) |