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.
2 parents f410326 + d893d55 commit cd325a3Copy full SHA for cd325a3
lib/internal/Magento/Framework/Image.php
@@ -49,7 +49,7 @@ public function open()
49
$this->_adapter->checkDependencies();
50
51
if (!file_exists($this->_fileName)) {
52
- throw new \Exception("File '{$this->_fileName}' does not exists.");
+ throw new \Exception("File '{$this->_fileName}' does not exist.");
53
}
54
55
$this->_adapter->open($this->_fileName);
0 commit comments