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 9c9b34a commit 481ed85Copy full SHA for 481ed85
lib/internal/Magento/Framework/App/DeploymentConfig/Reader.php
@@ -8,6 +8,7 @@
8
9
use Magento\Framework\App\Filesystem\DirectoryList;
10
use Magento\Framework\Config\File\ConfigFilePool;
11
+use Magento\Framework\Exception\FileSystemException;
12
use Magento\Framework\Filesystem\DriverPool;
13
14
/**
@@ -85,7 +86,8 @@ public function getFiles()
85
86
*
87
* @param string $fileKey The file key (deprecated)
88
* @return array
- * @throws \Exception
89
+ * @throws FileSystemException If file can not be read
90
+ * @throws \Exception If file key is not correct
91
* @see FileReader
92
*/
93
public function load($fileKey = null)
0 commit comments