@@ -64,7 +64,7 @@ |
||
64 | 64 | |
65 | 65 | // handle read errors |
66 | 66 | if ($json === false) { |
67 | - throw new CatalogException(sprintf("Failed to read %s", $this->catalogFilePath)); |
|
67 | + throw new CatalogException(sprintf("Failed to read %s", $this->catalogFilePath)); |
|
68 | 68 | } |
69 | 69 | |
70 | 70 | $catalogData = $this->parseJSON($json); |