We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f814d72 commit 9c9b34aCopy full SHA for 9c9b34a
lib/internal/Magento/Framework/App/DeploymentConfig/FileReader.php
@@ -58,7 +58,8 @@ public function __construct(
58
*
59
* @param string $fileKey The file key
60
* @return array The configurations array
61
- * @throws FileSystemException If file key is not correct
+ * @throws FileSystemException If file can not be read
62
+ * @throws \Exception If file key is not correct
63
*/
64
public function load($fileKey)
65
{
0 commit comments