Skip to content

Commit 481ed85

Browse files
MAGETWO-64554: Rename config.local.php file, use env.php file as configs storage
1 parent 9c9b34a commit 481ed85

File tree

1 file changed

+3
-1
lines changed
  • lib/internal/Magento/Framework/App/DeploymentConfig

1 file changed

+3
-1
lines changed

lib/internal/Magento/Framework/App/DeploymentConfig/Reader.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
use Magento\Framework\App\Filesystem\DirectoryList;
1010
use Magento\Framework\Config\File\ConfigFilePool;
11+
use Magento\Framework\Exception\FileSystemException;
1112
use Magento\Framework\Filesystem\DriverPool;
1213

1314
/**
@@ -85,7 +86,8 @@ public function getFiles()
8586
*
8687
* @param string $fileKey The file key (deprecated)
8788
* @return array
88-
* @throws \Exception
89+
* @throws FileSystemException If file can not be read
90+
* @throws \Exception If file key is not correct
8991
* @see FileReader
9092
*/
9193
public function load($fileKey = null)

0 commit comments

Comments
 (0)