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 d83f3f5 + 154fc40 commit d893d55Copy full SHA for d893d55
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