@@ -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)) |
@@ -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)); |
@@ -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)); |